From f1d588468f23e89279a25d759b58bd69bd307e55 Mon Sep 17 00:00:00 2001 From: Lorenz Schori Date: Sat, 1 Oct 2016 12:15:54 +0200 Subject: [PATCH] Add exemption for incompatible UA (Sailfish CalDAV/CardDAV client) --- lib/base.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/base.php b/lib/base.php index 7d86245818df0..3619fa8f3b1c2 100644 --- a/lib/base.php +++ b/lib/base.php @@ -515,6 +515,8 @@ private static function performSameSiteCookieProtection() { $incompatibleUserAgents = [ // OS X Finder '/^WebDAVFS/', + // Sailfish caldav/carddav client + '/^Mozilla\/5\.0$/', ]; if($request->isUserAgent($incompatibleUserAgents)) { return;