firefox: tooltip bug workaround

This commit is contained in:
Sean Buckley 2023-07-27 14:03:38 -04:00
parent 05f301bb35
commit d3e3db292f

View file

@ -13,6 +13,7 @@
Preferences = builtins.mapAttrs Preferences = builtins.mapAttrs
(n: v: { Value = v; Status = "locked"; }) (n: v: { Value = v; Status = "locked"; })
{ {
"browser.chrome.toolbar_tips" = false; # https://bugzilla.mozilla.org/show_bug.cgi?id=148624
"browser.contentblocking.category" = "strict"; "browser.contentblocking.category" = "strict";
"browser.zoom.siteSpecific" = false; "browser.zoom.siteSpecific" = false;
"extensions.formautofill.addresses.enabled" = false; "extensions.formautofill.addresses.enabled" = false;