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:
Aminda Suomalainen 2024-05-13 17:39:29 +03:00
parent d93b8eb3d5
commit 9b4cc804e5
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 5 additions and 7 deletions

View File

@ -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}"
}

View File

@ -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}"
}