Skip to content

Commit

Permalink
Enable allow_all_origin config in CORSValve
Browse files Browse the repository at this point in the history
  • Loading branch information
tgtshanika committed Sep 21, 2023
1 parent 1094f66 commit f797cfa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ allow_methods = ["GET","PUT","POST","DELETE","PATCH","OPTIONS"]
allow_headers = ["authorization","Access-Control-Allow-Origin","Content-Type","SOAPAction","X-custom"]
allow_credentials = true

[cors]
allow_any_origin = true

#
[apim.throttling]
Expand Down

0 comments on commit f797cfa

Please sign in to comment.