From d8a917136779ac75863d6b6fa29c79878f67be48 Mon Sep 17 00:00:00 2001 From: quindecim Date: Sun, 26 Jul 2020 11:38:04 -0400 Subject: [PATCH] Update 'config/distribution/policies.json' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⛔️ Disabled `PiP` (Picture-in-Picture) feature | FF78 ℹ️ Updated `DisabledCiphers` option to work correctly | FF78 --- config/distribution/policies.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/distribution/policies.json b/config/distribution/policies.json index 8e24f4b..abc10a2 100644 --- a/config/distribution/policies.json +++ b/config/distribution/policies.json @@ -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/"],