firefox-forbidden-policies.js: remove usercontext options since I upgraded from ESR to release

This commit is contained in:
Aminda Suomalainen 2024-05-21 20:31:12 +03:00
parent af80e553c6
commit fb50bd2d59
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 0 additions and 10 deletions

View File

@ -65,16 +65,6 @@ lockPref("privacy.resistFingerprinting.letterboxing", true);
//lockPref("privacy.resistFingerprinting.pbmode", false); //lockPref("privacy.resistFingerprinting.pbmode", false);
clearPref("privacy.resistFingerprinting.pbmode"); 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) // Enables reading mode for all pages (at least in theory)
lockPref("reader.parse-on-load.force-enabled", true); lockPref("reader.parse-on-load.force-enabled", true);