From 8c39175a02db144d002b899a0c8431332f5184da Mon Sep 17 00:00:00 2001 From: NewKidOnTheBlock Date: Thu, 15 May 2025 03:15:43 +0200 Subject: [PATCH] SoGo calendar integration issues --- Securefox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Securefox.js b/Securefox.js index a7da8d8..483e897 100644 --- a/Securefox.js +++ b/Securefox.js @@ -887,6 +887,7 @@ user_pref("signon.privateBrowsingCapture.enabled", false); // PREF: limit (or disable) HTTP authentication credentials dialogs triggered by sub-resources [FF41+] // Hardens against potential credentials phishing. +// [WARNING] Hardening this pref may prevent you from subscribing to SoGo calendars in Thunderbird 138 // 0=don't allow sub-resources to open HTTP authentication credentials dialogs // 1=don't allow cross-origin sub-resources to open HTTP authentication credentials dialogs // 2=allow sub-resources to open HTTP authentication credentials dialogs (default)