From 34191701bab1efebe2638618ea9e8616f70db066 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Thu, 13 May 2021 23:17:06 -0400 Subject: [PATCH] Revert "firefox: https-only mode" This reverts commit 144d0f94dd245a745bb812da0fa5093678dd2b2b. --- modules/graphical.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/graphical.nix b/modules/graphical.nix index 3594348..c496e90 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -34,7 +34,6 @@ in 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; };