diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-04-24 16:01:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-24 16:01:45 +0200 |
commit | 4114bce1e5a9177641f112efcca8f777224ded16 (patch) | |
tree | a1d7e03d7bfceacd2cac9c8d1c2b9a9db991028f /apps/files_sharing | |
parent | defcbd9169b670dc4731e98aaec4ea57c6d0d44a (diff) | |
parent | fa4d71c456a1d6de8437dc64d4a645ab0833bb12 (diff) | |
download | nextcloud-server-4114bce1e5a9177641f112efcca8f777224ded16.tar.gz nextcloud-server-4114bce1e5a9177641f112efcca8f777224ded16.zip |
Merge pull request #17623 from j3l11234/master
Add support for download share on old android browser
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/lib/Controller/ShareController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/lib/Controller/ShareController.php b/apps/files_sharing/lib/Controller/ShareController.php index 2ea57068f25..3e694dc3d7d 100644 --- a/apps/files_sharing/lib/Controller/ShareController.php +++ b/apps/files_sharing/lib/Controller/ShareController.php @@ -539,6 +539,7 @@ class ShareController extends AuthPublicShareController { /** * @PublicPage * @NoCSRFRequired + * @NoSameSiteCookieRequired * * @param string $token * @param string $files |