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. > Policy SearchEngines is only allowed on ESR.
Thus DuckDuckGo extension is installed by default so when testing this policy But who cares? Anyway thus DuckDuckGo extension is installed by default so
I won't have to see Google. when testing this policy I won't have to see Google.
## See also ## See also

View File

@ -14,6 +14,7 @@
"Locked": false, "Locked": false,
"ProviderURL": "https://dns0.eu" "ProviderURL": "https://dns0.eu"
}, },
"DisablePocket": false,
"EnableTrackingProtection": { "EnableTrackingProtection": {
"Cryptomining": true, "Cryptomining": true,
"Fingerprinting": true, "Fingerprinting": true,
@ -74,6 +75,27 @@
"SponsoredSuggestions": false, "SponsoredSuggestions": false,
"WebSuggestions": 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 "SearchSuggestEnabled": false
} }
} }