summaryrefslogtreecommitdiffstats
path: root/modules/libpref
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-11-04 23:39:37 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-11-04 23:39:37 +0100
commit79487a1a05a9e912c63d7a5259db2eccfc59af2b (patch)
treed8bbe7ee6c24aba879148a7a08f4adfd40ccaa21 /modules/libpref
parentbb3f5cef325cc1a1e3d0d383bd34e4a35fb25c49 (diff)
downloadUXP-79487a1a05a9e912c63d7a5259db2eccfc59af2b.tar
UXP-79487a1a05a9e912c63d7a5259db2eccfc59af2b.tar.gz
UXP-79487a1a05a9e912c63d7a5259db2eccfc59af2b.tar.lz
UXP-79487a1a05a9e912c63d7a5259db2eccfc59af2b.tar.xz
UXP-79487a1a05a9e912c63d7a5259db2eccfc59af2b.zip
Backout opportunistic encryption changes.
Apparently there is some functional and naming confusion here. Backing out to re-land after evaluation and possible changes. Tag #863.
Diffstat (limited to 'modules/libpref')
-rw-r--r--modules/libpref/init/all.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index 8dbbefb6e..d64357e05 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -1374,9 +1374,6 @@ 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", false);
-
// Default action for unlisted external protocol handlers
pref("network.protocol-handler.external-default", true); // OK to load
pref("network.protocol-handler.warn-external-default", true); // warn before load