Disable tab groups
This commit is contained in:
parent
80b9e756d5
commit
ce1e958417
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
|
|
||||||
autoConfig = lib.concatStringsSep "\n" (lib.mapAttrsToList (pref: value: "lockPref(\"${pref}\", ${builtins.toJSON value});") {
|
autoConfig = lib.concatStringsSep "\n" (lib.mapAttrsToList (pref: value: "lockPref(\"${pref}\", ${builtins.toJSON value});") {
|
||||||
"webgl.disabled" = false;
|
"webgl.disabled" = false;
|
||||||
|
"browser.tabs.groups.enabled" = false;
|
||||||
"media.peerconnection.enabled" = true;
|
"media.peerconnection.enabled" = true;
|
||||||
"privacy.resistFingerprinting" = false;
|
"privacy.resistFingerprinting" = false;
|
||||||
"privacy.fingerprintingProtection" = true;
|
"privacy.fingerprintingProtection" = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue