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