From 801382dd66b7edd39d43a7f85d7ccbfa8707e612 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 4 Nov 2018 17:50:52 +0100 Subject: Swap default platform state for opportunistic encryption. Tag #863 --- application/basilisk/app/profile/basilisk.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'application') diff --git a/application/basilisk/app/profile/basilisk.js b/application/basilisk/app/profile/basilisk.js index eeec29eb9..c326698de 100644 --- a/application/basilisk/app/profile/basilisk.js +++ b/application/basilisk/app/profile/basilisk.js @@ -580,6 +580,9 @@ pref("network.captive-portal-service.enabled", true); // If true, network link events will change the value of navigator.onLine pref("network.manage-offline-status", true); +// Enable opportunistic encryption by default +pref("network.http.opportunistic-encryption", true); + // We want to make sure mail URLs are handled externally... pref("network.protocol-handler.external.mailto", true); // for mail pref("network.protocol-handler.external.news", true); // for news -- cgit v1.2.3