mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
firefox-forbidden-policies.js: remove usercontext options since I upgraded from ESR to release
This commit is contained in:
parent
af80e553c6
commit
fb50bd2d59
@ -65,16 +65,6 @@ lockPref("privacy.resistFingerprinting.letterboxing", true);
|
||||
//lockPref("privacy.resistFingerprinting.pbmode", false);
|
||||
clearPref("privacy.resistFingerprinting.pbmode");
|
||||
|
||||
// Which extension requires container tabs? My policy and this file. This
|
||||
// particular option is so forbidden, it cannot be set either in the policy
|
||||
// or autoconfig.js
|
||||
lockPref("privacy.userContext.extension", "");
|
||||
// Enable containers without extensions (although those are forced by the
|
||||
// policy. TODO: Remove these as they are in the policy, but disallowed by
|
||||
// current ESR
|
||||
lockPref("privacy.userContext.enabled", true);
|
||||
lockPref("privacy.userContext.ui.enabled", true);
|
||||
|
||||
// Enables reading mode for all pages (at least in theory)
|
||||
lockPref("reader.parse-on-load.force-enabled", true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user