Update 'config/distribution/policies.json'

️ Disabled and locked EME (FF will not download Encrypted Media Extensions, like Widevine, or ask the user to install them) | FF77
️ Disabled PDFjs viewer and .pdf document permissions (like preventing the copying of text) | FF77
This commit is contained in:
quindecim 2020-06-18 07:28:09 -04:00
parent c3eb667ea6
commit 11f1133aa4
1 changed files with 11 additions and 3 deletions

View File

@ -25,8 +25,6 @@
"TLS_DHE_RSA_WITH_AES_256_CBC_SHA": false,
"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA": false,
"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA": false,
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256": true,
"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256": true,
"TLS_RSA_WITH_AES_128_CBC_SHA": false,
"TLS_RSA_WITH_AES_256_CBC_SHA": false,
"TLS_RSA_WITH_3DES_EDE_CBC_SHA": false
@ -72,6 +70,11 @@
"Fingerprinting": false
},
"EncryptedMediaExtensions": {
"Enabled": false,
"Locked": true
},
"Extensions": {
"Uninstall": ["startpage@search.mozilla.org", "twitter@search.mozilla.org", "yahoo@search.mozilla.org"]
},
@ -116,6 +119,11 @@
"PasswordManagerEnabled": false,
"PDFjs": {
"Enabled": false,
"EnablePermissions": false
},
"Permissions": {
"Camera": {
"Allow": ["https://example.org"],
@ -171,4 +179,4 @@
"UrlbarInterventions": false
}
}
}
}