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 --- modules/libpref/init/all.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 4c3fedaf3..8dbbefb6e 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -1374,8 +1374,8 @@ pref("network.tickle-wifi.delay", 16); // Turn off interprocess security checks. Needed to run xpcshell tests. pref("network.disable.ipc.security", false); -// Send upgrade-insecure-requests HTTP header -pref("network.http.opportunistic-encryption", true); +// Send upgrade-insecure-requests HTTP header? +pref("network.http.opportunistic-encryption", false); // Default action for unlisted external protocol handlers pref("network.protocol-handler.external-default", true); // OK to load -- cgit v1.2.3