It now works
This commit is contained in:
parent
ac3f77e0e2
commit
98759bf64b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
package = pkgs.librewolf;
|
||||
|
||||
autoConfig = lib.concatStringsSep "\n" (lib.mapAttrsToList (pref: value: "lockPref(\"${pref}\", ${builtins.toJSON value});") {
|
||||
"svg.context-properties.content.enabled" = true; # This doesn't work
|
||||
"svg.context-properties.content.enabled" = true;
|
||||
"privacy.fingerprintingProtection.overrides" = "+AllTargets,-CSSPrefersColorScheme";
|
||||
"media.peerconnection.enabled" = true;
|
||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue