mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
{firefox,chromium,edge}: add Ecosia
This commit is contained in:
parent
97bbaa09a1
commit
9a974e7bca
@ -15,7 +15,9 @@
|
||||
"bittimittari.fi",
|
||||
"pp-attester-turnstile.research.cloudflare.com",
|
||||
"keyoxide.org",
|
||||
"one.one.one.one"
|
||||
"one.one.one.one",
|
||||
"www.ecosia.org",
|
||||
"ac.ecosia.org"
|
||||
],
|
||||
"learnInIncognito": true,
|
||||
"learnLocally": true,
|
||||
@ -175,6 +177,15 @@
|
||||
"SuggestURLTemplate": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
||||
"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",
|
||||
"Description": "Brave Search",
|
||||
|
@ -14,7 +14,9 @@
|
||||
"bittimittari.fi",
|
||||
"pp-attester-turnstile.research.cloudflare.com",
|
||||
"keyoxide.org",
|
||||
"one.one.one.one"
|
||||
"one.one.one.one",
|
||||
"www.ecosia.org",
|
||||
"ac.ecosia.org"
|
||||
],
|
||||
"learnInIncognito": true,
|
||||
"learnLocally": true,
|
||||
|
@ -12,6 +12,8 @@
|
||||
"https://bittimittari.fi",
|
||||
"https://pp-attester-turnstile.research.cloudflare.com",
|
||||
"https://keyoxide.org",
|
||||
"https://one.one.one.one"
|
||||
"https://one.one.one.one",
|
||||
"https://www.ecosia.org",
|
||||
"https://ac.ecosia.org"
|
||||
]
|
||||
}
|
||||
|
@ -12,6 +12,7 @@
|
||||
- [`brave-search.json`](#brave-searchjson)
|
||||
- [`disable-default-browser-check.json`](#disable-default-browser-checkjson)
|
||||
- [`duckduckgo.json`](#duckduckgojson)
|
||||
- [`ecosia.json`](#ecosiajson)
|
||||
- [`enable-home.json`](#enable-homejson)
|
||||
- [`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.
|
||||
|
||||
## `ecosia.json`
|
||||
|
||||
Sets and displays recommendation on the use of Ecosia as a search engine by default.
|
||||
|
||||
## `enable-home.json`
|
||||
|
||||
Enables home button by default.
|
||||
|
8
etc/opt/chromium/policies/recommended/ecosia.json
Normal file
8
etc/opt/chromium/policies/recommended/ecosia.json
Normal 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}"
|
||||
}
|
1
etc/opt/edge/policies/recommended/.gitignore
vendored
1
etc/opt/edge/policies/recommended/.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
brave-search.json
|
||||
disable-default-browser-check.json
|
||||
duckduckgo.json
|
||||
ecosia.json
|
||||
enable-home.json
|
||||
|
1
etc/opt/edge/policies/recommended/ecosia.json
Symbolic link
1
etc/opt/edge/policies/recommended/ecosia.json
Symbolic link
@ -0,0 +1 @@
|
||||
../../../chromium/policies/recommended/ecosia.json
|
Loading…
Reference in New Issue
Block a user