Skip to content

Commit

Permalink
docs: add Content-Type to recommended CORS allowed headers (ory#2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisPalnitsky committed Dec 2, 2021
1 parent 682e2cf commit 74474a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/guides/setting-up-cors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ serve:
allowed_headers:
- Authorization
- Cookie
- Content-Type
exposed_headers:
- Content-Type
- Set-Cookie
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ serve:
allowed_headers:
- Authorization
- Cookie
- Content-Type
exposed_headers:
- Content-Type
- Set-Cookie
Expand Down

0 comments on commit 74474a8

Please sign in to comment.