Default origins to * in wrangler.toml template (#466)

This commit is contained in:
Brandon Liu
2024-09-30 15:22:50 +08:00
committed by GitHub
parent 60f3331ca9
commit b0c765feb1

View File

@@ -8,5 +8,6 @@ r2_buckets = [
]
[vars]
# ALLOWED_ORIGINS = "http://localhost:8000"
# change to https://example.com, etc. to limit CORS origins
ALLOWED_ORIGINS = "*"
# CACHE_CONTROL = "public, max-age=86400"