From f16fdf47966ad816affff17e3c973d337bdbbb80 Mon Sep 17 00:00:00 2001 From: SomeBadCoding <11685586+SomeBadCoding@users.noreply.github.com> Date: Sun, 5 Apr 2026 13:41:59 -0600 Subject: [PATCH] Add compatibility checking tool step to troubleshooting Added a step to run a test on the compatibility checking tool. --- src/content/partials/turnstile/troubleshooting-steps.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/partials/turnstile/troubleshooting-steps.mdx b/src/content/partials/turnstile/troubleshooting-steps.mdx index ade8bb816521c35..8e9ff7625e051fb 100644 --- a/src/content/partials/turnstile/troubleshooting-steps.mdx +++ b/src/content/partials/turnstile/troubleshooting-steps.mdx @@ -6,6 +6,7 @@ 1. Verify your browser compatibility. - Turnstile supports all major browsers, except Internet Explorer. - Ensure your browser is up to date. For more information, refer to our [Supported browsers](/cloudflare-challenges/reference/supported-browsers/). + - Run a test on the [compatibility checking tool](https://browser-compat.turnstile.workers.dev/). 2. Disable your browser extensions. - Some browser extensions, such as ad blockers, may block the scripts Turnstile needs to operate. - Temporarily disable all extensions and reload the page. @@ -18,4 +19,4 @@ 6. Avoid VPNs or proxies. - Some virtual private networks (VPN) or proxies may interfere with Turnstile. Disable them temporarily to test. 7. Switch to a different network. - - Your current network may have restrictions causing Turnstile challenges to fail. Try switching to another network, such as a mobile hotspot. \ No newline at end of file + - Your current network may have restrictions causing Turnstile challenges to fail. Try switching to another network, such as a mobile hotspot.