mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
firefox policies: restore pocket, searchengines
This commit is contained in:
parent
3b99fd30b7
commit
75b938f3ce
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user