privacy.userContext.extension is extra forbidden!

This commit is contained in:
Aminda Suomalainen 2024-05-19 20:32:14 +03:00
parent e066a99481
commit 81d1a2a0fb
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 10 additions and 0 deletions

View File

@ -63,6 +63,10 @@ lockPref("privacy.resistFingerprinting.letterboxing", true);
//pref("privacy.resistFingerprinting.pbmode", false); //pref("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 // Enable containers without extensions (although those are forced by the
// policy. TODO: Remove these as they are in the policy, but disallowed by // policy. TODO: Remove these as they are in the policy, but disallowed by
// current ESR // current ESR

View File

@ -668,6 +668,12 @@
"Type": "boolean", "Type": "boolean",
"Value": true "Value": true
}, },
"privacy.userContext.extension": {
"Comment": "Displays in settings which extension requires container tabs. None. it's this policy. Preference not allowed for stability reasons.",
"Status": "locked",
"Type": "string",
"Value": ""
},
"privacy.userContext.ui.enabled": { "privacy.userContext.ui.enabled": {
"Comment": "Tab containers UI without extensions", "Comment": "Tab containers UI without extensions",
"Status": "locked", "Status": "locked",