Skip to content
Snippets Groups Projects
Verified Commit f0f3481d authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

fix: allow Authorization and Content-Type headers for CORS

parent e996dcb2
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@ web:
access-logs: file:${TANK_LOGS}/access.log
cors:
allowed-headers:
- Authorization
- Content-Type
allowed-methods:
- GET
- PUT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment