fix(calendar): Fix Web Calendar (ics) subscription with authentication between SOGo instances not possible after upgrading from 5.7.0 to 5.8.2. Fixes #5753

This commit is contained in:
smizrahi
2023-05-02 13:32:23 +02:00
parent 39ab482b7f
commit dd60e016c6
+1 -1
View File
@@ -251,7 +251,7 @@
b = (
(
[[cc userAgent] rangeOfString: @"macOS/13"].location != NSNotFound
nil != [cc userAgent] && [[cc userAgent] rangeOfString: @"macOS/13"].location != NSNotFound
&& [[cc userAgent] rangeOfString: @"dataaccessd"].location != NSNotFound
)
);