fix default emoji font firefox
This commit is contained in:
parent
dbec52a0da
commit
757674ee58
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
||||||
autoConfig = lib.concatStringsSep "\n" (
|
autoConfig = lib.concatStringsSep "\n" (
|
||||||
lib.mapAttrsToList (pref: value: "lockPref(\"${pref}\", ${builtins.toJSON value});") {
|
lib.mapAttrsToList (pref: value: "lockPref(\"${pref}\", ${builtins.toJSON value});") {
|
||||||
"webgl.disabled" = false;
|
"webgl.disabled" = false;
|
||||||
|
"font.name-list.emoji" = "";
|
||||||
"browser.tabs.groups.enabled" = false;
|
"browser.tabs.groups.enabled" = false;
|
||||||
"media.peerconnection.enabled" = true;
|
"media.peerconnection.enabled" = true;
|
||||||
"privacy.resistFingerprinting" = false;
|
"privacy.resistFingerprinting" = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue