]> source.dussan.org Git - nextcloud-server.git/commit
Don't check for Same-Site cookie on Chrome Android 1454/head
authorLukas Reschke <lukas@statuscode.ch>
Mon, 19 Sep 2016 23:15:06 +0000 (01:15 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 19 Sep 2016 23:20:17 +0000 (01:20 +0200)
commit9a2511fe9bd5716c49bc8a28cbea690f9bb0fe97
tree1db5b735baeec1bbaf6f5156f9d93cbb66f3bd1e
parentd2887b76bc8b7311b0d4347cfe956dd50ba8cceb
Don't check for Same-Site cookie on Chrome Android

Chrome on Android has a bug that it doesn't sent cookies with the
same-site attribute for the download manager. To work around that
all same-site cookies get deleted and recreated directly. Awesome!
FIXME: Remove once Chrome 54 is deployed to end-users
@see https://github.com/nextcloud/server/pull/1454
lib/base.php