Skip to content

Commit

Permalink
Enable allow_any_origin for test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
tgtshanika committed Sep 21, 2023
1 parent 4d2d66f commit 37d5beb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ allow_methods = ["GET","PUT","POST","DELETE","PATCH","OPTIONS"]
allow_headers = ["authorization","Access-Control-Allow-Origin","Content-Type","SOAPAction"]
allow_credentials = false

[cors]
allow_any_origin = true

[transport]
passthru_https.listener.ssl_profile_interval = 6000
passthru_https.sender.ssl_profile.interval = 6000
Expand Down

0 comments on commit 37d5beb

Please sign in to comment.