diff --git a/modules/linux/home-manager/zen-browser.nix b/modules/linux/home-manager/zen-browser.nix index 201a425..c468082 100644 --- a/modules/linux/home-manager/zen-browser.nix +++ b/modules/linux/home-manager/zen-browser.nix @@ -19,7 +19,7 @@ main = {}; }; policies = { - AutofillAddressEnabled = true; + AutofillAddressEnabled = false; AutofillCreditCardEnabled = false; DisableAppUpdate = true; DisableFeedbackCommands = true;