Update default CORS config (#5259)

This commit is contained in:
Barry vd. Heuvel
2020-03-11 15:08:52 -05:00
committed by GitHub
parent c7a0002432
commit 166abfa35c
+2 -2
View File
@@ -25,9 +25,9 @@ return [
'allowed_headers' => ['*'],
'exposed_headers' => false,
'exposed_headers' => [],
'max_age' => false,
'max_age' => 0,
'supports_credentials' => false,