From 7974ca628c638e113ec40dc49bcf66cf34f0623c Mon Sep 17 00:00:00 2001 From: Toast Date: Thu, 29 Jun 2023 16:35:22 +0200 Subject: [PATCH] Firefox: enable HTTPS only mode --- roles/desktop/firefox.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/desktop/firefox.nix b/roles/desktop/firefox.nix index 797fd9e..76c431a 100644 --- a/roles/desktop/firefox.nix +++ b/roles/desktop/firefox.nix @@ -31,6 +31,10 @@ "Value" = true; "Status" = "default"; }; + "dom.security.https_only_mode" = { + "Value" = true; + "Status" = "locked"; + }; }; "Permissions" = { "Autoplay" = {