forked from d3cim/mozilla.cfg
Update 'config/distribution/policies.json'
⛔️ Disabled some non secure ciphers | FF76 ⛔️ Disabled autoplay for audio and video | FF76
This commit is contained in:
parent
eb26dfff02
commit
d55bcdbf2b
|
@ -20,6 +20,18 @@
|
|||
|
||||
"DisableMasterPasswordCreation": true,
|
||||
|
||||
"DisabledCiphers": {
|
||||
"TLS_DHE_RSA_WITH_AES_128_CBC_SHA": false,
|
||||
"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
|
||||
},
|
||||
|
||||
"DisableDefaultBrowserAgent": true,
|
||||
|
||||
"DisableFeedbackCommands": true,
|
||||
|
@ -128,6 +140,12 @@
|
|||
"Block": ["https://example.edu"],
|
||||
"BlockNewRequests": true,
|
||||
"Locked": true
|
||||
},
|
||||
"Autoplay": {
|
||||
"Allow": ["https://example.org"],
|
||||
"Block": ["https://example.edu"],
|
||||
"Default": "block-audio-video",
|
||||
"Locked": true
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue