summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authoraristote <quentin.aristote@irif.fr>2025-05-28 19:37:34 +0200
committeraristote <quentin.aristote@irif.fr>2025-05-28 19:37:34 +0200
commit8192328adf09e6a46958865e26f64cefaa506aff (patch)
tree05a5b2c20114b4c5f1cadda6f45a66849ccc7183 /modules
parentb3b5e64f69453c9b31ac0c23a80cdf9ae657d252 (diff)
home: thunderbird: fix calendar auth
Diffstat (limited to 'modules')
-rw-r--r--modules/home-manager/personal/programs/thunderbird.nix3
1 files changed, 3 insertions, 0 deletions
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