From 144d0f94dd245a745bb812da0fa5093678dd2b2b Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sun, 25 Apr 2021 00:19:09 -0400 Subject: [PATCH] firefox: https-only mode --- modules/graphical.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/graphical.nix b/modules/graphical.nix index 6d47d92..8bb3ce7 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -30,6 +30,7 @@ DisableFormHistory = true; SearchSuggestEnabled = false; Preferences = { + "dom.security.https_only_mode" = { Status = "locked"; Value = true; }; "extensions.formautofill.available" = { Status = "locked"; Value = "off"; }; "browser.contentblocking.category" = { Status = "locked"; Value = "strict"; }; "network.IDN_show_punycode" = { Status = "locked"; Value = true; };