Compare commits

...

4 Commits

3 changed files with 7 additions and 4 deletions

View File

@ -96,7 +96,7 @@ pref("browser.sessionstore.resume_from_crash", false);
pref("media.autoplay.blocking_policy", 2);
// No corporate CA MITM
deafultPref("security.certerrors.mitm.auto_enable_enterprise_roots", false);
defaultPref("security.certerrors.mitm.auto_enable_enterprise_roots", false);
// Decrease animations
pref("image.animation_mode", "once");

View File

@ -50,3 +50,6 @@ See also:
But who cares? Anyway thus DuckDuckGo extension is installed by default so
when testing this policy I won't have to see Google.
Additionally it's a lie since at least Nightly reads it too without
complaining.

View File

@ -125,7 +125,7 @@
"SearchEngines": {
"Add": [
{
"Alias": "",
"Alias": "dl",
"Description": "Minimal, ad-free version of DuckDuckGo",
"Method": "POST",
"Name": "DuckDuckGo Lite",
@ -133,7 +133,7 @@
"URLTemplate": "https://duckduckgo.com/lite/?q={searchTerms}"
},
{
"Alias": "",
"Alias": "d",
"Description": "DuckDuckGo Start page version",
"Method": "GET",
"Name": "DuckDuckGo Start",
@ -157,7 +157,7 @@
"URLTemplate": "https://search.brave.com/goggles?q={searchTerms}"
}
],
"Default": "DuckDuckGo Start"
"Default": "Brave Search"
},
"SearchSuggestEnabled": false
}