firefox: https-only mode

This commit is contained in:
Sean Buckley 2021-04-25 00:19:09 -04:00
parent 3945777cb5
commit 144d0f94dd

View file

@ -30,6 +30,7 @@
DisableFormHistory = true; DisableFormHistory = true;
SearchSuggestEnabled = false; SearchSuggestEnabled = false;
Preferences = { Preferences = {
"dom.security.https_only_mode" = { Status = "locked"; Value = true; };
"extensions.formautofill.available" = { Status = "locked"; Value = "off"; }; "extensions.formautofill.available" = { Status = "locked"; Value = "off"; };
"browser.contentblocking.category" = { Status = "locked"; Value = "strict"; }; "browser.contentblocking.category" = { Status = "locked"; Value = "strict"; };
"network.IDN_show_punycode" = { Status = "locked"; Value = true; }; "network.IDN_show_punycode" = { Status = "locked"; Value = true; };