Skip to content

Commit

Permalink
firefox: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alyraffauf committed Jun 24, 2024
1 parent 41008b9 commit 6ef302d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeManagerModules/apps/firefox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
config = lib.mkIf config.alyraffauf.apps.firefox.enable {
programs.firefox = {
enable = true;
# nativeMessagingHosts = lib.optionals (config.alyraffauf.apps.keepassxc.enable) [pkgs.keepassxc];
# nativeMessagingHosts = lib.optionals (config.alyraffauf.apps.keepassxc.enable) [pkgs.keepassxc];

policies = {
Cookies.Behavior = "reject-foreign";
DisableAppUpdate = true;
DisableFirefoxStudies = true;
DisableMasterPasswordCreation = true;
DisablePocket = true;
Expand Down Expand Up @@ -98,7 +99,6 @@
"browser.bookmarks.addedImportButton" = false;
"datareporting.healthreport.uploadEnabled" = false;
"datareporting.policy.dataSubmissionPolicyAccepted" = true;
"datareporting.policy.firstRunURL" = "";
"dom.security.https_only_mode" = true;
"extensions.autoDisableScopes" = 0;
};
Expand Down

0 comments on commit 6ef302d

Please sign in to comment.