Update default CORS config (#5259)

This commit is contained in:
Barry vd. Heuvel
2020-03-11 21:08:52 +01:00
committed by GitHub
parent c7a0002432
commit 166abfa35c

View File

@@ -25,9 +25,9 @@ return [
'allowed_headers' => ['*'],
'exposed_headers' => false,
'exposed_headers' => [],
'max_age' => false,
'max_age' => 0,
'supports_credentials' => false,