From 4a0dc36f64af214416c8e71190c83003c96d8f86 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 15 Feb 2026 13:06:24 +0100 Subject: [PATCH] feat: change zen-browser policy. --- modules/linux/home-manager/zen-browser.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;