mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
browsers: expose to Ecosia that we are using gpo (or policies), remove extraneous PostData from Firefox
The logic here is hope that it will stop offering the addon if I am following their instructions and sending them the information. Oh and I added icons
This commit is contained in:
parent
d93b8eb3d5
commit
9b4cc804e5
@ -199,25 +199,23 @@
|
||||
"Description": "DuckDuckGo Start page version",
|
||||
"Method": "GET",
|
||||
"Name": "DuckDuckGo Start",
|
||||
"PostData": "q={searchTerms}",
|
||||
"SuggestURLTemplate": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
||||
"URLTemplate": "https://start.duckduckgo.com/?q={searchTerms}"
|
||||
},
|
||||
{
|
||||
"Alias": "e",
|
||||
"Description": "Ecosia Search Engine",
|
||||
"IconURL": "https://cdn-static.ecosia.org/static/icons/favicon.ico",
|
||||
"Method": "GET",
|
||||
"Name": "Ecosia",
|
||||
"PostData": "q={searchTerms}",
|
||||
"SuggestURLTemplate": "https://ac.ecosia.org/autocomplete?q={searchTerms}",
|
||||
"URLTemplate": "https://www.ecosia.org/search?q={searchTerms}"
|
||||
"URLTemplate": "https://www.ecosia.org/search?q={searchTerms}&addon=firefoxgpo"
|
||||
},
|
||||
{
|
||||
"Alias": "b",
|
||||
"Description": "Brave Search",
|
||||
"Method": "GET",
|
||||
"Name": "Brave Search",
|
||||
"PostData": "q={searchTerms}",
|
||||
"SuggestURLTemplate": "https://search.brave.com/api/suggest?q={searchTerms}",
|
||||
"URLTemplate": "https://search.brave.com/search?q={searchTerms}"
|
||||
},
|
||||
@ -226,7 +224,6 @@
|
||||
"Description": "Brave Search Goggles",
|
||||
"Method": "GET",
|
||||
"Name": "Brave Search Goggles",
|
||||
"PostData": "q={searchTerms}",
|
||||
"SuggestURLTemplate": "https://search.brave.com/api/suggest?q={searchTerms}",
|
||||
"URLTemplate": "https://search.brave.com/goggles?q={searchTerms}"
|
||||
}
|
||||
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
"DefaultSearchProviderEnabled": true,
|
||||
"DefaultSearchProviderImageURL": "https://cdn-static.ecosia.org/static/icons/favicon.ico",
|
||||
"DefaultSearchProviderKeyword": "e",
|
||||
"DefaultSearchProviderName": "Ecosia",
|
||||
"DefaultSearchProviderNewTabURL": "https://www.ecosia.org/newtab/",
|
||||
"DefaultSearchProviderSearchURL": "https://www.ecosia.org/search?q={searchTerms}",
|
||||
"DefaultSearchProviderNewTabURL": "https://www.ecosia.org/newtab/?addon=chromegpo",
|
||||
"DefaultSearchProviderSearchURL": "https://www.ecosia.org/search?q={searchTerms}&addon=chromegpo",
|
||||
"DefaultSearchProviderSuggestURL": "https://ac.ecosia.org/autocomplete?q={searchTerms}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user