mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-16 09:37:21 +01:00
firefox: remove removed option, update updated option name
This commit is contained in:
parent
2a8484d4ea
commit
55205dcb02
@ -58,7 +58,7 @@ lockPref(
|
|||||||
lockPref("image.animation_mode", "once");
|
lockPref("image.animation_mode", "once");
|
||||||
|
|
||||||
// Spoof en-US as language to scripts
|
// Spoof en-US as language to scripts
|
||||||
lockPref("javascript.use_us_english_locale", true);
|
lockPref("privacy.spoof_english", true);
|
||||||
|
|
||||||
// More tunable privacy.resistfingerprinting.
|
// More tunable privacy.resistfingerprinting.
|
||||||
// Refer to https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc
|
// Refer to https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc
|
||||||
|
|||||||
@ -973,12 +973,6 @@
|
|||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": true
|
"Value": true
|
||||||
},
|
},
|
||||||
"geo.provider.use_gpsd": {
|
|
||||||
"Comment": "My geoclue should be using gpsd already.",
|
|
||||||
"Status": "locked",
|
|
||||||
"Type": "boolean",
|
|
||||||
"Value": false
|
|
||||||
},
|
|
||||||
"gfx.webrender.all": {
|
"gfx.webrender.all": {
|
||||||
"Comment": "Enable fission, site separation per process, security",
|
"Comment": "Enable fission, site separation per process, security",
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
@ -1015,12 +1009,6 @@
|
|||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": true
|
"Value": true
|
||||||
},
|
},
|
||||||
"javascript.use_us_english_locale": {
|
|
||||||
"Comment": "Preference not allowed for stability reasons. :(",
|
|
||||||
"Status": "user",
|
|
||||||
"Type": "boolean",
|
|
||||||
"Value": true
|
|
||||||
},
|
|
||||||
"layout.css.always_underline_links": {
|
"layout.css.always_underline_links": {
|
||||||
"Comment": "Underscore links by default, disabling allowed",
|
"Comment": "Underscore links by default, disabling allowed",
|
||||||
"Status": "default",
|
"Status": "default",
|
||||||
@ -1182,6 +1170,12 @@
|
|||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": true
|
"Value": true
|
||||||
},
|
},
|
||||||
|
"privacy.spoof_english": {
|
||||||
|
"Comment": "Preference not allowed for stability reasons. :(",
|
||||||
|
"Status": "user",
|
||||||
|
"Type": "boolean",
|
||||||
|
"Value": true
|
||||||
|
},
|
||||||
"privacy.userContext.enabled": {
|
"privacy.userContext.enabled": {
|
||||||
"Comment": "Tab containers",
|
"Comment": "Tab containers",
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user