mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
firefox hardening
This commit is contained in:
parent
5550df2270
commit
a286c42090
1 changed files with 4 additions and 0 deletions
|
@ -14,12 +14,16 @@
|
|||
Preferences = builtins.mapAttrs
|
||||
(n: v: { Value = v; Status = "locked"; })
|
||||
{
|
||||
"accessibility.force_disabled" = 1;
|
||||
"browser.aboutConfig.showWarning" = false;
|
||||
"browser.chrome.toolbar_tips" = false; # https://bugzilla.mozilla.org/show_bug.cgi?id=148624
|
||||
"browser.contentblocking.category" = "strict";
|
||||
"browser.tabs.firefox-view" = false;
|
||||
"browser.uitour.enabled" = false;
|
||||
"browser.zoom.siteSpecific" = false;
|
||||
"extensions.formautofill.addresses.enabled" = false;
|
||||
"extensions.formautofill.creditCards.enabled" = false;
|
||||
"extensions.formautofill.heuristics.enabled" = false;
|
||||
"network.IDN_show_punycode" = true;
|
||||
"ui.key.menuAccessKeyFocuses" = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue