foxgirl-settings/librewolf.cfg/esr-60.json

104 lines
3.7 KiB
JSON

{
"name": "ESR 60",
"subcategory": "",
"notes": "",
"section": [
{
"comments": "Geolocation",
"type": "lockPref",
"key": "browser.search.countryCode",
"value": "US"
},
{
"comments": "",
"type": "lockPref",
"key": "experiments.activeExperiment",
"value": false
},
{
"comments": "Disable Mozilla telemetry/experiments",
"type": "lockPref",
"key": "experiments.enabled",
"value": false,
"references": [
"https://wiki.mozilla.org/Platform/Features/Telemetry",
"https://wiki.mozilla.org/Privacy/Reviews/Telemetry",
"https://wiki.mozilla.org/Telemetry",
"https://www.mozilla.org/en-US/legal/privacy/firefox.html#telemetry",
"https://support.mozilla.org/t5/Firefox-crashes/Mozilla-Crash-Reporter/ta-p/1715",
"https://wiki.mozilla.org/Security/Reviews/Firefox6/ReviewNotes/telemetry",
"https://gecko.readthedocs.io/en/latest/browser/experiments/experiments/manifest.html",
"https://wiki.mozilla.org/Telemetry/Experiments",
"https://support.mozilla.org/en-US/questions/1197144"
]
},
{
"comments": "",
"type": "lockPref",
"key": "experiments.manifest.uri",
"value": ""
},
{
"comments": "",
"type": "lockPref",
"key": "experiments.supported",
"value": false
},
{
"comments": "Disable remote JAR files being opened, regardless of content type (FF42+)",
"type": "lockPref",
"key": "network.jar.block-remote-files",
"value": true,
"references": [
"https://bugzilla.mozilla.org/1173171",
"https://www.fxsitecompat.com/en-CA/docs/2015/jar-protocol-support-has-been-disabled-by-default/",
"https://bugzilla.mozilla.org/1427726"
]
},
{
"comments": "Disable JAR from opening Unsafe File Types",
"type": "lockPref",
"key": "network.jar.open-unsafe-types",
"value": false,
"references": [
"https://bugzilla.mozilla.org/1427726"
]
},
{
"comments": "Disable Java NPAPI plugin",
"type": "lockPref",
"key": "plugin.state.java",
"value": 0
},
{
"comments": "",
"type": "lockPref",
"key": "trailhead.firstrun.branches",
"value": "join-privacy",
"references": [
"https://github.com/ghacksuserjs/ghacks-user.js/issues/743"
]
},
{
"comments": "Enable Kinto blocklist updates (FF50+)",
"notes": "As Firefox transitions to Kinto, the blocklists have been broken down into entries for certs to be revoked, extensions and plugins to be disabled, and gfx environments that cause problems or crashes",
"type": "lockPref",
"key": "services.blocklist.update_enabled",
"value": false,
"references": [
"https://wiki.mozilla.org/Firefox/Kinto#Specifications",
"https://bugzilla.mozilla.org/1458917"
]
},
{
"comments": "Disable 'Savant' Shield study (FF61+)",
"type": "lockPref",
"key": "shield.savant.enabled",
"value": false,
"references": [
"https://bugzilla.mozilla.org/1457226"
]
}
]
}