enable HTTPS only mode by default
This commit is contained in:
parent
753d71f583
commit
97e2f2198f
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
// to be set for the console to work, see https://gitlab.com/librewolf-community/browser/linux/-/issues/80:
|
||||||
defaultPref("devtools.selfxss.count", 0);
|
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);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue