Ensured CrossDomainMiddleware always returns empty responses with success status on OPTIONS requests

This commit is contained in:
Alejandro Celaya
2020-01-11 20:36:17 +01:00
parent b246815529
commit 09e3464426
4 changed files with 50 additions and 9 deletions

View File

@@ -97,7 +97,7 @@
],
"cs": "phpcs",
"cs:fix": "phpcbf",
"stan": "phpstan analyse module/*/src/ module/*/config config docker/config --level=5 -c phpstan.neon",
"stan": "phpstan analyse module/*/src/ module/*/config config docker/config --level=6",
"test": [
"@test:unit",
"@test:db",