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