Disable tab groups

This commit is contained in:
Henry Hiles 2025-08-23 14:01:55 -04:00
commit ce1e958417
No known key found for this signature in database

View file

@ -35,6 +35,7 @@
autoConfig = lib.concatStringsSep "\n" (lib.mapAttrsToList (pref: value: "lockPref(\"${pref}\", ${builtins.toJSON value});") {
"webgl.disabled" = false;
"browser.tabs.groups.enabled" = false;
"media.peerconnection.enabled" = true;
"privacy.resistFingerprinting" = false;
"privacy.fingerprintingProtection" = true;