Firefox : Remove search suggestions.
This commit is contained in:
parent
0e3350bb01
commit
56d9ce2a28
|
@ -59,7 +59,7 @@ in {
|
||||||
Method = "POST";
|
Method = "POST";
|
||||||
Name = "Searx";
|
Name = "Searx";
|
||||||
PostData = "q={searchTerms}";
|
PostData = "q={searchTerms}";
|
||||||
SuggestURLTemplate = "https://search.voronind.com/autocomplete?q={searchTerms}";
|
# SuggestURLTemplate = "https://search.voronind.com/autocomplete?q={searchTerms}";
|
||||||
URLTemplate = "https://search.voronind.com/search?q=%{searchTerms}";
|
URLTemplate = "https://search.voronind.com/search?q=%{searchTerms}";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue