mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-03-06 14:40:37 +01:00
firefox: disable FB container and DRM
This commit is contained in:
parent
7f47dba012
commit
9ebe7e8345
@ -225,13 +225,14 @@
|
|||||||
"Value": true
|
"Value": true
|
||||||
},
|
},
|
||||||
"EncryptedMediaExtensions": {
|
"EncryptedMediaExtensions": {
|
||||||
"Enabled": true,
|
"Enabled": false,
|
||||||
"Locked": false
|
"Locked": false
|
||||||
},
|
},
|
||||||
"ExtensionSettings": {
|
"ExtensionSettings": {
|
||||||
"@contain-facebook": {
|
"@contain-facebook": {
|
||||||
|
"blocked_install_message": "Redundant with strict tracking protection and Privacy Badger",
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/facebook-container/latest.xpi",
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/facebook-container/latest.xpi",
|
||||||
"installation_mode": "force_installed"
|
"installation_mode": "blocked"
|
||||||
},
|
},
|
||||||
"@testpilot-containers": {
|
"@testpilot-containers": {
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi",
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi",
|
||||||
@ -648,6 +649,12 @@
|
|||||||
"Type": "number",
|
"Type": "number",
|
||||||
"Value": 5
|
"Value": 5
|
||||||
},
|
},
|
||||||
|
"media.eme.enabled": {
|
||||||
|
"Comment": "Resets DRM to disabled on start.",
|
||||||
|
"Status": "user",
|
||||||
|
"Type": "boolean",
|
||||||
|
"Value": false
|
||||||
|
},
|
||||||
"network.IDN_show_punycode": {
|
"network.IDN_show_punycode": {
|
||||||
"Comment": "Protection against identically looking unicode domain names",
|
"Comment": "Protection against identically looking unicode domain names",
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user