mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
firefox: aboutConfig.showWarning = false
This commit is contained in:
parent
d3e3db292f
commit
acc4472775
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
Preferences = builtins.mapAttrs
|
||||
(n: v: { Value = v; Status = "locked"; })
|
||||
{
|
||||
"browser.aboutConfig.showWarning" = false;
|
||||
"browser.chrome.toolbar_tips" = false; # https://bugzilla.mozilla.org/show_bug.cgi?id=148624
|
||||
"browser.contentblocking.category" = "strict";
|
||||
"browser.zoom.siteSpecific" = false;
|
||||
|
|
Loading…
Reference in a new issue