mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
firefox: tooltip bug workaround
This commit is contained in:
parent
05f301bb35
commit
d3e3db292f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue