From 11f1133aa4c4fb364cad3e25648174ef2e01d3ef Mon Sep 17 00:00:00 2001 From: quindecim Date: Thu, 18 Jun 2020 07:28:09 -0400 Subject: [PATCH] Update 'config/distribution/policies.json' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⛔️ Disabled and locked EME (FF will not download Encrypted Media Extensions, like Widevine, or ask the user to install them) | FF77 ⛔️ Disabled PDFjs viewer and .pdf document permissions (like preventing the copying of text) | FF77 --- config/distribution/policies.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/config/distribution/policies.json b/config/distribution/policies.json index b1f3429..8e24f4b 100644 --- a/config/distribution/policies.json +++ b/config/distribution/policies.json @@ -25,8 +25,6 @@ "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 @@ -72,6 +70,11 @@ "Fingerprinting": false }, + "EncryptedMediaExtensions": { + "Enabled": false, + "Locked": true + }, + "Extensions": { "Uninstall": ["startpage@search.mozilla.org", "twitter@search.mozilla.org", "yahoo@search.mozilla.org"] }, @@ -116,6 +119,11 @@ "PasswordManagerEnabled": false, + "PDFjs": { + "Enabled": false, + "EnablePermissions": false + }, + "Permissions": { "Camera": { "Allow": ["https://example.org"], @@ -171,4 +179,4 @@ "UrlbarInterventions": false } } -} \ No newline at end of file +}