firefox policies: restore pocket, searchengines

This commit is contained in:
Aminda Suomalainen 2024-02-11 13:23:04 +02:00
parent 3b99fd30b7
commit 75b938f3ce
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 24 additions and 2 deletions

View File

@ -47,8 +47,8 @@ See also:
> Policy SearchEngines is only allowed on ESR.
Thus DuckDuckGo extension is installed by default so when testing this policy
I won't have to see Google.
But who cares? Anyway thus DuckDuckGo extension is installed by default so
when testing this policy I won't have to see Google.
## See also

View File

@ -14,6 +14,7 @@
"Locked": false,
"ProviderURL": "https://dns0.eu"
},
"DisablePocket": false,
"EnableTrackingProtection": {
"Cryptomining": true,
"Fingerprinting": true,
@ -74,6 +75,27 @@
"SponsoredSuggestions": false,
"WebSuggestions": false
},
"SearchEngines": {
"Add": [
{
"Alias": "",
"Description": "Minimal, ad-free version of DuckDuckGo",
"Method": "POST",
"Name": "DuckDuckGo Lite",
"PostData": "q={searchTerms}",
"URLTemplate": "https://duckduckgo.com/lite/?q={searchTerms}"
},
{
"Alias": "",
"Description": "Minimal, ad-free version of DuckDuckGo",
"Method": "POST",
"Name": "DuckDuckGo Start",
"PostData": "q={searchTerms}",
"URLTemplate": "https://start.duckduckgo.com/?q={searchTerms}"
}
],
"Default": "DuckDuckGo Start"
},
"SearchSuggestEnabled": false
}
}