Skip to content

Commit

Permalink
Update default CORS config (#5259)
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Mar 11, 2020
1 parent c7a0002 commit 166abfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/cors.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

'allowed_headers' => ['*'],

'exposed_headers' => false,
'exposed_headers' => [],

'max_age' => false,
'max_age' => 0,

'supports_credentials' => false,

Expand Down

0 comments on commit 166abfa

Please sign in to comment.