Update 'config/distribution/policies.json'

️ Disabled `PiP` (Picture-in-Picture) feature | FF78
ℹ️ Updated `DisabledCiphers` option to work correctly | FF78
This commit is contained in:
quindecim 2020-07-26 11:38:04 -04:00
parent 1be62ea706
commit d8a9171367
1 changed files with 7 additions and 1 deletions

View File

@ -25,9 +25,13 @@
"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
"TLS_RSA_WITH_3DES_EDE_CBC_SHA": false,
"TLS_RSA_WITH_AES_128_GCM_SHA256": true,
"TLS_RSA_WITH_AES_256_GCM_SHA384": true
},
"DisableDefaultBrowserAgent": true,
@ -157,6 +161,8 @@
}
},
"PictureInPicture": false,
"PopupBlocking": {
"Allow": ["http://example.org/",
"http://example.edu/"],