Update 'config/distribution/policies.json'

️ Disabled some non secure ciphers | FF76
️ Disabled autoplay for audio and video | FF76
This commit is contained in:
quindecim 2020-05-07 13:43:13 -04:00
parent eb26dfff02
commit d55bcdbf2b
1 changed files with 18 additions and 0 deletions

View File

@ -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
}
},