From 13518de5999bcb6b88ee5f6041edc47e3491a0fb Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 22 Sep 2024 00:18:31 +0200 Subject: [PATCH] schizofox: disable sandboxing disables gpu rendering which makes youtube unusable --- modules/programs/gui/schizofox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/gui/schizofox.nix b/modules/programs/gui/schizofox.nix index 3365241..312cbbd 100644 --- a/modules/programs/gui/schizofox.nix +++ b/modules/programs/gui/schizofox.nix @@ -161,7 +161,7 @@ in { security = { sanitizeOnShutdown = false; - sandbox = true; + sandbox = false; noSessionRestore = false; userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0"; };