diff --git a/etc/firefox/policies/README.md b/etc/firefox/policies/README.md index c096e8e6..21e09934 100644 --- a/etc/firefox/policies/README.md +++ b/etc/firefox/policies/README.md @@ -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 diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 7a63f1b8..596f62e0 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -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 } }