schizofox: disable sandboxing

disables gpu rendering which makes youtube unusable
This commit is contained in:
Charlie Root 2024-09-22 00:18:31 +02:00
commit 13518de599

View file

@ -161,7 +161,7 @@ in {
security = { security = {
sanitizeOnShutdown = false; sanitizeOnShutdown = false;
sandbox = true; sandbox = false;
noSessionRestore = false; noSessionRestore = false;
userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0"; userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0";
}; };