Skip to content

Commit 0491c72

Browse files
committed
Ignore endpoint for cf turnstile in local dev
1 parent abed43c commit 0491c72

File tree

1 file changed

+1
-0
lines changed
  • packages/theme/src/cli/utilities/theme-environment

1 file changed

+1
-0
lines changed

packages/theme/src/cli/utilities/theme-environment/proxy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const IGNORED_ENDPOINTS = [
2727
'/web-pixels@',
2828
'/wpm',
2929
'/services/',
30+
'/cdn-cgi/challenge-platform', // Cloudflare's turnstile challenge #6416
3031
]
3132

3233
const SESSION_COOKIE_NAME = '_shopify_essential'

0 commit comments

Comments
 (0)