Skip to content
Snippets Groups Projects
Verified Commit 030db1b1 authored by ma1's avatar ma1
Browse files

fixup! Firefox preference overrides.

Bug 42277: Enable storage.sync to fix broken webextensions
parent b6735f73
No related branches found
No related tags found
No related merge requests found
......@@ -569,8 +569,6 @@ pref("extensions.abuseReport.enabled", false);
// Therefore, do not allow download of additional language packs. They are not a
// privacy/security threat, we are disabling them for UX reasons. See bug 41377.
pref("intl.multilingual.downloadEnabled", false);
// Disk activity: Disable storage.sync (tor-browser#41424)
pref("webextensions.storage.sync.enabled", false);
// Enforce certificate pinning, see: https://bugs.torproject.org/16206
pref("security.cert_pinning.enforcement_level", 2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment