Skip to content

Commit b553b3c

Browse files
committed
Try different subdomain pattern to bypass WAF
1 parent 54a44bb commit b553b3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

wrangler.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ workers_dev = false
88
compatibility_flags = ["nodejs_compat"]
99

1010
[env.staging]
11-
route = "api-polygon-tokens.staging.polygon.technology/*"
11+
routes = [
12+
"staging-api-polygon-tokens.polygon.technology/*"
13+
]
1214
[env.staging.vars]
1315
CLOUDFLARE_WAF_BYPASS = "true"
1416

0 commit comments

Comments
 (0)