enable HTTPS only mode by default

This commit is contained in:
ohfp 2021-01-04 23:29:47 +01:00
parent 753d71f583
commit 97e2f2198f
No known key found for this signature in database
GPG key ID: 2954CC8585E27A3F

View file

@ -2769,3 +2769,7 @@ defaultPref("toolkit.legacyUserProfileCustomizations.stylesheets", false);
// to be set for the console to work, see https://gitlab.com/librewolf-community/browser/linux/-/issues/80:
defaultPref("devtools.selfxss.count", 0);
// enable HTTPS only mode by default
defaultPref("dom.security.https_only_mode", true);
defaultPref("dom.security.https_only_mode_ever_enabled", true);