From 8192328adf09e6a46958865e26f64cefaa506aff Mon Sep 17 00:00:00 2001 From: aristote Date: Wed, 28 May 2025 19:37:34 +0200 Subject: home: thunderbird: fix calendar auth --- modules/home-manager/personal/programs/thunderbird.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') diff --git a/modules/home-manager/personal/programs/thunderbird.nix b/modules/home-manager/personal/programs/thunderbird.nix index 2a93f39..ea5f045 100644 --- a/modules/home-manager/personal/programs/thunderbird.nix +++ b/modules/home-manager/personal/programs/thunderbird.nix @@ -11,6 +11,9 @@ "mail.bii.alert.show_preview" = false; # 0610 "browser.send_pings" = false; + # 905 + # fixes calendar auth + "network.auth.subresource-http-auth-allow" = 2; # 5004 "permissions.memory_only" = false; # 5016 -- cgit v1.2.3