diff --git a/serverless/cloudflare/wrangler.toml.example b/serverless/cloudflare/wrangler.toml.example index 36da44b..8a4b3f9 100644 --- a/serverless/cloudflare/wrangler.toml.example +++ b/serverless/cloudflare/wrangler.toml.example @@ -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" \ No newline at end of file