schizofox: disable sandboxing
disables gpu rendering which makes youtube unusable
This commit is contained in:
parent
0269d712f9
commit
13518de599
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue