diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-10-11 14:41:34 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-10-11 14:41:34 +0200 |
commit | 8ad17a66d6f7c1dd365efe3bfc31191fdd533f0e (patch) | |
tree | 5da8aec6375881aa06ea6ca42993d8a616db01fe | |
parent | 647b185c2b2dc393e3135adfe935e70253c9bef8 (diff) | |
download | nextcloud-server-8ad17a66d6f7c1dd365efe3bfc31191fdd533f0e.tar.gz nextcloud-server-8ad17a66d6f7c1dd365efe3bfc31191fdd533f0e.zip |
Exclude avatar from Same-Site Cookie requirement
Required to work with the upcoming Collabora avatar integration.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
-rw-r--r-- | core/Controller/AvatarController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Controller/AvatarController.php b/core/Controller/AvatarController.php index e4d13d218a5..bf9a576398e 100644 --- a/core/Controller/AvatarController.php +++ b/core/Controller/AvatarController.php @@ -115,6 +115,7 @@ class AvatarController extends Controller { /** * @NoAdminRequired * @NoCSRFRequired + * @NoSameSiteCookieRequired * @PublicPage * * @param string $userId |