mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
privacy.userContext.extension is extra forbidden!
This commit is contained in:
parent
e066a99481
commit
81d1a2a0fb
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user