mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-15 13:00:55 +01:00
firefox: clear / false privacy.resistFingerprinting.block_mozAddonManager
Android extension install breaks when true
This commit is contained in:
parent
492c9cb369
commit
681d1f34e4
@ -109,8 +109,9 @@ lockPref("privacy.fingerprintingProtection.pbmode", true);
|
|||||||
// (Incompatible with the above)
|
// (Incompatible with the above)
|
||||||
lockPref("privacy.resistFingerprinting", false);
|
lockPref("privacy.resistFingerprinting", false);
|
||||||
//clearPref("privacy.resistFingerprinting");
|
//clearPref("privacy.resistFingerprinting");
|
||||||
lockPref("privacy.resistFingerprinting.block_mozAddonManager", true);
|
// Breaks installing extensions when true at least on Android
|
||||||
//clearPref("privacy.resistFingerprinting.block_mozAddonManage");
|
//lockPref("privacy.resistFingerprinting.block_mozAddonManager", false);
|
||||||
|
clearPref("privacy.resistFingerprinting.block_mozAddonManage");
|
||||||
// Letterboxing from Tor Browser, I like it in general.
|
// Letterboxing from Tor Browser, I like it in general.
|
||||||
lockPref("privacy.resistFingerprinting.letterboxing", true);
|
lockPref("privacy.resistFingerprinting.letterboxing", true);
|
||||||
// Still Incompatible with the above
|
// Still Incompatible with the above
|
||||||
|
@ -778,10 +778,10 @@
|
|||||||
"Value": false
|
"Value": false
|
||||||
},
|
},
|
||||||
"privacy.resistFingerprinting.block_mozAddonManager": {
|
"privacy.resistFingerprinting.block_mozAddonManager": {
|
||||||
"Comment": "Preference not allowed for stability reasons. :(",
|
"Comment": "Preference not allowed for stability reasons. Breaks extension install when true, at least on Android.",
|
||||||
"Status": "locked",
|
"Status": "clear",
|
||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": true
|
"Value": false
|
||||||
},
|
},
|
||||||
"privacy.resistFingerprinting.letterboxing": {
|
"privacy.resistFingerprinting.letterboxing": {
|
||||||
"Comment": "Preference not allowed for stability reasons. :(",
|
"Comment": "Preference not allowed for stability reasons. :(",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user