Swap default platform state for opportunistic encryption.

Tag #863
This commit is contained in:
wolfbeast 2018-11-04 17:50:52 +01:00 • committed by Roy Tam
commit 8fb5b349d5
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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