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,
|
"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,
|
"DisableDefaultBrowserAgent": true,
|
||||||
|
|
||||||
"DisableFeedbackCommands": true,
|
"DisableFeedbackCommands": true,
|
||||||
|
@ -128,6 +140,12 @@
|
||||||
"Block": ["https://example.edu"],
|
"Block": ["https://example.edu"],
|
||||||
"BlockNewRequests": true,
|
"BlockNewRequests": true,
|
||||||
"Locked": true
|
"Locked": true
|
||||||
|
},
|
||||||
|
"Autoplay": {
|
||||||
|
"Allow": ["https://example.org"],
|
||||||
|
"Block": ["https://example.edu"],
|
||||||
|
"Default": "block-audio-video",
|
||||||
|
"Locked": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Reference in New Issue