mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-16 20:33:19 +00:00
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:
@@ -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
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user