mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
firefox: https-only mode
This commit is contained in:
parent
3945777cb5
commit
144d0f94dd
1 changed files with 1 additions and 0 deletions
|
@ -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; };
|
||||||
|
|
Loading…
Reference in a new issue