{firefox,chromium,edge}: add Ecosia

This commit is contained in:
Aminda Suomalainen 2024-05-11 16:16:12 +03:00
parent 97bbaa09a1
commit 9a974e7bca
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
7 changed files with 33 additions and 3 deletions

View File

@ -15,7 +15,9 @@
"bittimittari.fi", "bittimittari.fi",
"pp-attester-turnstile.research.cloudflare.com", "pp-attester-turnstile.research.cloudflare.com",
"keyoxide.org", "keyoxide.org",
"one.one.one.one" "one.one.one.one",
"www.ecosia.org",
"ac.ecosia.org"
], ],
"learnInIncognito": true, "learnInIncognito": true,
"learnLocally": true, "learnLocally": true,
@ -175,6 +177,15 @@
"SuggestURLTemplate": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list", "SuggestURLTemplate": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
"URLTemplate": "https://start.duckduckgo.com/?q={searchTerms}" "URLTemplate": "https://start.duckduckgo.com/?q={searchTerms}"
}, },
{
"Alias": "e",
"Description": "Ecosia Search Engine",
"Method": "GET",
"Name": "Ecosia",
"PostData": "q={searchTerms}",
"SuggestURLTemplate": "https://ac.ecosia.org/autocomplete?q={searchTerms}",
"URLTemplate": "https://www.ecosia.org/search?q={searchTerms}"
},
{ {
"Alias": "b", "Alias": "b",
"Description": "Brave Search", "Description": "Brave Search",

View File

@ -14,7 +14,9 @@
"bittimittari.fi", "bittimittari.fi",
"pp-attester-turnstile.research.cloudflare.com", "pp-attester-turnstile.research.cloudflare.com",
"keyoxide.org", "keyoxide.org",
"one.one.one.one" "one.one.one.one",
"www.ecosia.org",
"ac.ecosia.org"
], ],
"learnInIncognito": true, "learnInIncognito": true,
"learnLocally": true, "learnLocally": true,

View File

@ -12,6 +12,8 @@
"https://bittimittari.fi", "https://bittimittari.fi",
"https://pp-attester-turnstile.research.cloudflare.com", "https://pp-attester-turnstile.research.cloudflare.com",
"https://keyoxide.org", "https://keyoxide.org",
"https://one.one.one.one" "https://one.one.one.one",
"https://www.ecosia.org",
"https://ac.ecosia.org"
] ]
} }

View File

@ -12,6 +12,7 @@
- [`brave-search.json`](#brave-searchjson) - [`brave-search.json`](#brave-searchjson)
- [`disable-default-browser-check.json`](#disable-default-browser-checkjson) - [`disable-default-browser-check.json`](#disable-default-browser-checkjson)
- [`duckduckgo.json`](#duckduckgojson) - [`duckduckgo.json`](#duckduckgojson)
- [`ecosia.json`](#ecosiajson)
- [`enable-home.json`](#enable-homejson) - [`enable-home.json`](#enable-homejson)
- [`README.md`](#readmemd) - [`README.md`](#readmemd)
@ -39,6 +40,10 @@ suggested policy, allows the user to set as default in browser settings.
Sets and displays recommendation on the use of start.duckduckgo.com as a search engine by default. Sets and displays recommendation on the use of start.duckduckgo.com as a search engine by default.
## `ecosia.json`
Sets and displays recommendation on the use of Ecosia as a search engine by default.
## `enable-home.json` ## `enable-home.json`
Enables home button by default. Enables home button by default.

View File

@ -0,0 +1,8 @@
{
"DefaultSearchProviderEnabled": true,
"DefaultSearchProviderKeyword": "e",
"DefaultSearchProviderName": "Ecosia",
"DefaultSearchProviderNewTabURL": "",
"DefaultSearchProviderSearchURL": "https://www.ecosia.org/search?q={searchTerms}",
"DefaultSearchProviderSuggestURL": "https://ac.ecosia.org/autocomplete?q={searchTerms}"
}

View File

@ -1,4 +1,5 @@
brave-search.json brave-search.json
disable-default-browser-check.json disable-default-browser-check.json
duckduckgo.json duckduckgo.json
ecosia.json
enable-home.json enable-home.json

View File

@ -0,0 +1 @@
../../../chromium/policies/recommended/ecosia.json