Compare commits

..

No commits in common. "58df0709f407d2d2b1fc29dbcc7b984fd699e54d" and "7b80c2bbc23e44160339bafeecb7d5714a7e5993" have entirely different histories.

3 changed files with 4 additions and 7 deletions

View File

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

View File

@ -50,6 +50,3 @@ 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": "dl",
"Alias": "",
"Description": "Minimal, ad-free version of DuckDuckGo",
"Method": "POST",
"Name": "DuckDuckGo Lite",
@ -133,7 +133,7 @@
"URLTemplate": "https://duckduckgo.com/lite/?q={searchTerms}"
},
{
"Alias": "d",
"Alias": "",
"Description": "DuckDuckGo Start page version",
"Method": "GET",
"Name": "DuckDuckGo Start",
@ -157,7 +157,7 @@
"URLTemplate": "https://search.brave.com/goggles?q={searchTerms}"
}
],
"Default": "Brave Search"
"Default": "DuckDuckGo Start"
},
"SearchSuggestEnabled": false
}