mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Allow any header for CORS
This commit is contained in:
parent
d53c61a6d0
commit
595250c93e
@ -143,7 +143,7 @@ macro_rules! create_app {
|
||||
.wrap(
|
||||
Cors::default()
|
||||
.send_wildcard()
|
||||
.allowed_headers(vec!["content-type", "Authorization"])
|
||||
.allow_any_header()
|
||||
.allow_any_origin()
|
||||
.allow_any_method()
|
||||
.max_age(86_400), // 24h
|
||||
|
Loading…
Reference in New Issue
Block a user