]> source.dussan.org Git - nextcloud-server.git/commit
Add check for content
authorLukas Reschke <lukas@owncloud.com>
Thu, 4 Feb 2016 15:13:27 +0000 (16:13 +0100)
committerLukas Reschke <lukas@owncloud.com>
Thu, 4 Feb 2016 15:13:27 +0000 (16:13 +0100)
commit5ba6148bfee9399de60317e724e2775eac6238a3
tree3d371345365c9f971bbccb5e127ccc60ee4c36d6
parent52ce83993d16edf7ddacede5968ef5c32459479c
Add check for content

The response may be a redirect which is always followed by jQuery. Thus leading to false positives depending on the server configuration (e.g. when it issues a 302)

To prevent that there is also a check performed on the response content.
core/js/setupchecks.js