mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
Default origins to * in wrangler.toml template (#466)
This commit is contained in:
@@ -8,5 +8,6 @@ r2_buckets = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[vars]
|
[vars]
|
||||||
# ALLOWED_ORIGINS = "http://localhost:8000"
|
# change to https://example.com, etc. to limit CORS origins
|
||||||
|
ALLOWED_ORIGINS = "*"
|
||||||
# CACHE_CONTROL = "public, max-age=86400"
|
# CACHE_CONTROL = "public, max-age=86400"
|
||||||
Reference in New Issue
Block a user