Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 9ac7853

Browse files
authored
Update readme.md
1 parent 40bf265 commit 9ac7853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ php artisan vendor:publish --tag="cors"
8181
| allowed_headers | Sets the Access-Control-Allow-Headers response header. | `['*']` |
8282
| exposed_headers | Sets the Access-Control-Expose-Headers response header. | `false` |
8383
| max_age | Sets the Access-Control-Max-Age response header. | `0` |
84-
| supports_credentials | Sets the Access-Control-Allow-Credentials header. | `false` |
84+
| supports_credentials | Sets the Access-Control-Allow-Credentials header. | `[]` |
8585

8686

8787
`allowed_origins`, `allowed_headers` and `allowed_methods` can be set to `['*']` to accept any value.

0 commit comments

Comments
 (0)