From 11d8f9cb8b56f4eb44f6bdc019ea8cda2d89f96b Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 14 Apr 2022 15:04:34 +0200 Subject: [PATCH] Remove sandbox workaround --- modules/graphical/firefox/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/graphical/firefox/default.nix b/modules/graphical/firefox/default.nix index 1bc3dab9..c1cacc4f 100644 --- a/modules/graphical/firefox/default.nix +++ b/modules/graphical/firefox/default.nix @@ -101,7 +101,6 @@ in "privacy.trackingprotection.enabled" = true; "privacy.trackingprotection.socialtracking.enabled" = true; "security.identityblock.show_extended_validation" = true; - "security.sandbox.content.level" = 3; }; }; };