browsers/firefox: switch to my own searx
This commit is contained in:
parent
006daa6ebc
commit
0550ac3100
1 changed files with 3 additions and 3 deletions
|
@ -81,7 +81,7 @@ in {
|
|||
urls = [
|
||||
{
|
||||
rels = ["results"];
|
||||
template = "https://searx.tiekoetter.com/search";
|
||||
template = "https://searx.nezia.dev/search";
|
||||
params = [
|
||||
{
|
||||
name = "q";
|
||||
|
@ -91,7 +91,7 @@ in {
|
|||
}
|
||||
{
|
||||
rels = ["suggestions"];
|
||||
template = "https://searx.tiekoetter.com/autocompleter";
|
||||
template = "https://searx.nezia.dev/autocompleter";
|
||||
params = [
|
||||
{
|
||||
name = "q";
|
||||
|
@ -101,7 +101,7 @@ in {
|
|||
"type" = "application/x-suggestions+json";
|
||||
}
|
||||
];
|
||||
iconUpdateURL = "https://searx.tiekoetter.com/favicon.ico";
|
||||
iconUpdateURL = "https://searx.nezia.dev/favicon.ico";
|
||||
updateInterval = 24 * 60 * 60 * 1000;
|
||||
definedAliases = ["@s"];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue