Skip to content

Commit fff97ad

Browse files
supported browsers update
1 parent caca61d commit fff97ad

File tree

1 file changed

+81
-34
lines changed

1 file changed

+81
-34
lines changed

src/content/docs/cloudflare-challenges/reference/supported-browsers.mdx

Lines changed: 81 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -5,59 +5,106 @@ sidebar:
55
order: 4
66
---
77

8-
When your application sends a challenge, your visitors either receive a non-interactive or an interactive challenge page.
8+
import { Details } from "~/components"
99

10-
Cloudflare Challenges are most compatible with major desktop and mobile browsers and applications. If your visitors are using an up-to-date version of a major browser, they will receive the challenge correctly.
10+
Cloudflare can challenge your visitors in various ways. They can be challenged by [Challenge Pages](/cloudflare-challenges/challenge-types/challenge-pages/), [Turnstile](/turnstile/), or by [JavaScript Detections (JSD) in Bot Management](/cloudflare-challenges/challenge-types/javascript-detections/). This document lays out the supported browsers across all of these challenge methods. When your website or application presents a challenge, your visitors receive either a non-interactive or an interactive challenge.
1111

12-
Officially supported browsers include:
12+
Cloudflare is committed to ensuring our challenges work with as many browsers as possible, but there are limitations that you should be aware of.
1313

14-
- Google Chrome (desktop and mobile)
15-
- Firefox
16-
- Safari (desktop and mobile)
17-
- Microsoft Edge
14+
## Overview
1815

16+
Cloudflare challenges are designed to be compatible with any desktop and mobile browser. If your visitors are using an up-to-date version of a browser listed below, they will receive and be able to solve challenges without any issues. The following is a non-exclusive list of browsers supported by Cloudflare challenges. Browsers not listed on this list are supported on a best effort basis.
1917

20-
:::caution
21-
Challenges are not supported by Microsoft Internet Explorer.
22-
:::
18+
### Official supported browsers
19+
20+
The following browsers are officially supported and tested.
21+
22+
<Details header="Google Chrome (desktop and mobile)">
23+
- Current version and two previous major versions
24+
- Chromium-based browsers
25+
- Chromium-based browsers that track the current Chrome stable version
26+
27+
:::caution
28+
Beta, Dev, Canary, Nightly, or other unreleased builds are not officially supported
29+
:::
30+
</Details>
31+
32+
<Details header="Mozilla Firefox">
33+
- Current version and two previous major versions
34+
- Extended Support Release (ESR) versions are supported
35+
</Details>
36+
37+
<Details header="Safari">
38+
- Current version and two previous major versions
39+
- iOS Safari on current iOS version and two previous major versions
40+
</Details>
41+
42+
<Details header="Microsoft Edge">
43+
- Current version and two previous major versions
44+
</Details>
45+
46+
<Details header="Samsung Internet Browser">
47+
- Current version and two previous major versions
48+
</Details>
49+
50+
### Limited browser support
51+
52+
The following browsers and environments have limited support and may experience occasional issues.
53+
54+
- Internet Explorer is no longer supported.
55+
- Browsers or operating systems that are more than five years old or have not received security updates in over two years.
56+
- Browsers with data-saving modes enabled.
57+
- Custom or heavily modified browser engines, webviews, or embedded browsers.
2358

2459
:::note
25-
Other browsers that are not listed above are supported on a best-effort basis.
60+
If your visitors encounter issues using these browsers, we recommend upgrading to a more current browser for the best experience.
2661
:::
2762

28-
If your visitors encounter issues using a major browser besides Internet Explorer, they should upgrade their browser.
63+
### Unsupported browsers
2964

30-
## Testing
65+
The following environments are not supported.
3166

32-
Cloudflare runs tests against the following browsers and its latest versions:
67+
- Command-line tools such as `wget`, `curl`, or others that lack JavaScript execution capabilities required for Cloudflare challenges.
68+
- Headless browsers like headless Chrome, headless Firefox, PhantomJS, or others. Challenges are specifically designed to identify and block headless browser traffic. Automation tools and scripts that use headless browsers are not supported.
69+
- Browser automation frameworks such as Selenium, Puppeteer, Playwright, or others that are considered automated traffic and will be blocked by challenges.
3370

34-
- Chrome on Windows
35-
- Safari on Mac OS
36-
- Safari on iOS
37-
- Microsoft Edge
38-
- Android browser for Samsung
71+
## Common issues
3972

40-
Cloudflare runs webview specific tests against the following browsers:
73+
### Browser extensions
4174

42-
- Flutter
43-
- Android webview
75+
Browser extensions can interfere with challenges in several ways.
4476

45-
Cloudflare runs tests to monitor the following browsers every few hours:
77+
- Ad blockers and content blockers may prevent challenge scripts from loading properly or block communication with Cloudflare's validation servers.
78+
- Privacy-focused extensions like script blockers, fingerprinting protection, or canvas blockers can interfere with the challenge verification process.
79+
- VPN or proxy extensions might trigger additional security checks or cause IP address inconsistencies.
80+
- Browser automation tools are often detected as potential bots and may cause challenge failures.
4681

47-
- Latest versions of Chrome, Microsoft Edge, and Firefox
48-
- Latest beta versions of Chrome, Microsoft Edge, and Firefox
49-
- Latest versions of Safari for Mac OS
50-
- Android browser for Samsung
51-
- Safari on iOS
82+
:::note
83+
If challenges consistently fail, try temporarily disabling extensions and reload the page.
84+
:::
5285

53-
## Limitations
86+
### Device emulation and developer tools
5487

55-
### Browser extensions
88+
Challenges are designed to distinguish between real human users and automated traffic. When device emulation is enabled (such as through browser developer tools), it can trigger bot detection mechanisms.
89+
90+
- Mobile device emulation in desktop browsers often uses distinctive characteristics that differ from real mobile devices.
91+
- Developer tools may modify browser behavior or expose debugging information that changes how challenges operate.
92+
- Automation frameworks like Selenium, Puppeteer, or Playwright are specifically detected as non-human traffic
93+
94+
:::note
95+
For developers testing applications, we recommend using real devices rather than emulated environments when possible.
96+
97+
If you must use emulation, be aware that challenges may be more difficult to pass, and do not reflect the real experience on mobile devices.
98+
:::
99+
100+
### WebViews and in-app browsers
56101

57-
If you have browser extensions, they might lead to unpassable challenge loops. To fix this issue, disable your extensions and reload the page.
102+
Challenges may behave differently depending on embedded browser contexts.
58103

59-
Refer to [Challenge solve issues](/cloudflare-challenges/troubleshooting/challenge-solve-issues/) for more troubleshooting information.
104+
- WebViews in mobile applications may have limited functionality compared to full browsers
105+
- In-app browsers often have restricted JavaScript capabilities
106+
- Email client preview windows typically cannot complete interactive challenges
60107

61-
### Mobile device emulation
108+
## Troubleshooting
62109

63-
Challenges are not supported when device emulation is enabled on a browser, for example, using the browser's developer tools.
110+
If your visitors consistently experience challenge issues, refer to [Challenge solve issues](/cloudflare-challenges/troubleshooting/challenge-solve-issues/) for additional troubleshooting information.

0 commit comments

Comments
 (0)