mark some critical options requireUserOptIn
This commit is contained in:
@@ -611,7 +611,8 @@
|
|||||||
"network.http.basic_http_auth.enabled": {
|
"network.http.basic_http_auth.enabled": {
|
||||||
"value": false,
|
"value": false,
|
||||||
"title": "Disable Basic HTTP authentication",
|
"title": "Disable Basic HTTP authentication",
|
||||||
"description": "Basic auth sends credentials in plaintext; only use with HTTPS"
|
"description": "Basic auth sends credentials in plaintext; only use with HTTPS",
|
||||||
|
"requireUserOptIn": true
|
||||||
},
|
},
|
||||||
"browser.send_pings": {
|
"browser.send_pings": {
|
||||||
"value": false,
|
"value": false,
|
||||||
@@ -768,7 +769,8 @@
|
|||||||
"security.mixed_content.upgrade_display_content": {
|
"security.mixed_content.upgrade_display_content": {
|
||||||
"value": true,
|
"value": true,
|
||||||
"title": "Upgrade mixed display content to HTTPS",
|
"title": "Upgrade mixed display content to HTTPS",
|
||||||
"description": "Automatically upgrades insecure HTTP content to HTTPS when possible"
|
"description": "Automatically upgrades insecure HTTP content to HTTPS when possible",
|
||||||
|
"requireUserOptIn": true
|
||||||
},
|
},
|
||||||
"network.http.http3.enable_0rtt": {
|
"network.http.http3.enable_0rtt": {
|
||||||
"value": false,
|
"value": false,
|
||||||
@@ -851,19 +853,23 @@
|
|||||||
"dom.storage_access.auto_grants": {
|
"dom.storage_access.auto_grants": {
|
||||||
"value": false,
|
"value": false,
|
||||||
"title": "Disable automatic storage access grants",
|
"title": "Disable automatic storage access grants",
|
||||||
"description": "Prevents websites from automatically gaining storage access through heuristics"
|
"description": "Prevents websites from automatically gaining storage access through heuristics",
|
||||||
|
"requireUserOptIn": true
|
||||||
},
|
},
|
||||||
"privacy.restrict3rdpartystorage.heuristic.navigation": {
|
"privacy.restrict3rdpartystorage.heuristic.navigation": {
|
||||||
"value": false,
|
"value": false,
|
||||||
"title": "Disable navigation-based storage access heuristic"
|
"title": "Disable navigation-based storage access heuristic",
|
||||||
|
"requireUserOptIn": true
|
||||||
},
|
},
|
||||||
"privacy.restrict3rdpartystorage.heuristic.redirect": {
|
"privacy.restrict3rdpartystorage.heuristic.redirect": {
|
||||||
"value": false,
|
"value": false,
|
||||||
"title": "Disable redirect-based storage access heuristic"
|
"title": "Disable redirect-based storage access heuristic",
|
||||||
|
"requireUserOptIn": true
|
||||||
},
|
},
|
||||||
"privacy.restrict3rdpartystorage.heuristic.window_open": {
|
"privacy.restrict3rdpartystorage.heuristic.window_open": {
|
||||||
"value": false,
|
"value": false,
|
||||||
"title": "Disable window-open-based storage access heuristic"
|
"title": "Disable window-open-based storage access heuristic",
|
||||||
|
"requireUserOptIn": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -904,23 +910,6 @@
|
|||||||
"value": 1,
|
"value": 1,
|
||||||
"title": "Prefer bundled fonts over system fonts"
|
"title": "Prefer bundled fonts over system fonts"
|
||||||
},
|
},
|
||||||
"dom.storage_access.auto_grants": {
|
|
||||||
"value": false,
|
|
||||||
"title": "Disable automatic storage access grants",
|
|
||||||
"description": "Prevents websites from automatically gaining storage access through heuristics"
|
|
||||||
},
|
|
||||||
"privacy.restrict3rdpartystorage.heuristic.navigation": {
|
|
||||||
"value": false,
|
|
||||||
"title": "Disable navigation-based storage access heuristic"
|
|
||||||
},
|
|
||||||
"privacy.restrict3rdpartystorage.heuristic.redirect": {
|
|
||||||
"value": false,
|
|
||||||
"title": "Disable redirect-based storage access heuristic"
|
|
||||||
},
|
|
||||||
"privacy.restrict3rdpartystorage.heuristic.window_open": {
|
|
||||||
"value": false,
|
|
||||||
"title": "Disable window-open-based storage access heuristic"
|
|
||||||
},
|
|
||||||
"privacy.resistFingerprinting.randomization.daily_reset.enabled": {
|
"privacy.resistFingerprinting.randomization.daily_reset.enabled": {
|
||||||
"value": true,
|
"value": true,
|
||||||
"title": "Reset fingerprinting randomization key daily",
|
"title": "Reset fingerprinting randomization key daily",
|
||||||
@@ -1039,11 +1028,15 @@
|
|||||||
},
|
},
|
||||||
"javascript.options.ion": {
|
"javascript.options.ion": {
|
||||||
"value": false,
|
"value": false,
|
||||||
"title": "Disable IonMonkey JIT compiler"
|
"title": "Disable IonMonkey JIT compiler",
|
||||||
|
"description": "Severe performance impact - disables JS optimization",
|
||||||
|
"requireUserOptIn": true
|
||||||
},
|
},
|
||||||
"javascript.options.baselinejit": {
|
"javascript.options.baselinejit": {
|
||||||
"value": false,
|
"value": false,
|
||||||
"title": "Disable Baseline JIT compiler"
|
"title": "Disable Baseline JIT compiler",
|
||||||
|
"description": "Severe performance impact - disables JS optimization",
|
||||||
|
"requireUserOptIn": true
|
||||||
},
|
},
|
||||||
"javascript.options.jit_trustedprincipals": {
|
"javascript.options.jit_trustedprincipals": {
|
||||||
"value": false,
|
"value": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user