Skip to content

Commit bb73d9f

Browse files
committed
Allow all for CORS headers
1 parent 2f516d3 commit bb73d9f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

fly.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ processes = []
3030
handlers = ["tls", "http"]
3131
port = 443
3232

33+
[services.ports.http_options.response.headers]
34+
Access-Control-Allow-Origin = "*"
35+
3336
[[services.tcp_checks]]
3437
grace_period = "1s"
3538
interval = "15s"

0 commit comments

Comments
 (0)