diff --git a/lib/base.php b/lib/base.php index 57aad21ecd7..86005a96954 100644 --- a/lib/base.php +++ b/lib/base.php @@ -565,6 +565,7 @@ class OC { // All other endpoints require the lax and the strict cookie if (!$request->passesStrictCookieCheck()) { + logger('core')->warning('Request does not pass strict cookie check'); self::sendSameSiteCookies(); // Debug mode gets access to the resources without strict cookie // due to the fact that the SabreDAV browser also lives there.