]> source.dussan.org Git - nextcloud-server.git/commit
fix(AppFramework): Allow requests with OCS-APIRequest header to pass CSRF checks 46760/head
authorprovokateurin <kate@provokateurin.de>
Thu, 14 Mar 2024 12:06:32 +0000 (13:06 +0100)
committerprovokateurin <kate@provokateurin.de>
Thu, 25 Jul 2024 15:31:49 +0000 (17:31 +0200)
commit9d1705259c832fdfde48a04dcf538d1ecb7c7007
treeb164202b79db25e4e0b5a67663b6a90d8ae2a2fe
parentd5bb37ab0d872fb4bdb1ec61809c575a46341a25
fix(AppFramework): Allow requests with OCS-APIRequest header to pass CSRF checks

Signed-off-by: provokateurin <kate@provokateurin.de>
lib/private/AppFramework/Http/Request.php
tests/lib/AppFramework/Http/RequestTest.php