From 1a67c8dac0b8a199ed42ddbf4d9ed5dbd6d23443 Mon Sep 17 00:00:00 2001 From: quindecim Date: Sun, 15 Mar 2020 13:00:19 -0400 Subject: [PATCH] Update 'config/distribution/policies.json' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ℹ️ Removed TLS version min 1.2 (FF implemented it by itself) --- config/distribution/policies.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/distribution/policies.json b/config/distribution/policies.json index 4a5079f..052cc11 100644 --- a/config/distribution/policies.json +++ b/config/distribution/policies.json @@ -141,9 +141,7 @@ "Remove": ["Bing", "Google", "Twitter", "Amazon.com", "eBay"] }, - "SearchSuggestEnabled": false, - - "SSLVersionMin": "tls1.2" + "SearchSuggestEnabled": false } } \ No newline at end of file