forked from d3cim/mozilla.cfg
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:
parent
c3eb667ea6
commit
11f1133aa4
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue