diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-03-05 19:28:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-05 19:28:10 +0100 |
commit | 545737340711d1622ee18474b1f56feb76f96f3d (patch) | |
tree | 58dce611478ce43a9df052741d0622c1e3dece93 /tests/lib/AppFramework/Http/RequestTest.php | |
parent | f72e9ae8a69bdc43738552c89eeee8aafb7b9d0f (diff) | |
parent | d1791864303f97011318fc41d2cc0914e2aa1c11 (diff) | |
download | nextcloud-server-545737340711d1622ee18474b1f56feb76f96f3d.tar.gz nextcloud-server-545737340711d1622ee18474b1f56feb76f96f3d.zip |
Merge pull request #8659 from nextcloud/csrf_token_strict
Make \OC\Security\CSRF strict
Diffstat (limited to 'tests/lib/AppFramework/Http/RequestTest.php')
-rw-r--r-- | tests/lib/AppFramework/Http/RequestTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/AppFramework/Http/RequestTest.php b/tests/lib/AppFramework/Http/RequestTest.php index c6b9719b32a..a715eaa9599 100644 --- a/tests/lib/AppFramework/Http/RequestTest.php +++ b/tests/lib/AppFramework/Http/RequestTest.php @@ -1846,7 +1846,6 @@ class RequestTest extends \Test\TestCase { return [ ['InvalidSentToken'], ['InvalidSentToken:InvalidSecret'], - [null], [''], ]; } |