You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/turnstile/frequently-asked-questions.mdx
+45-7Lines changed: 45 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,36 +7,74 @@ sidebar:
7
7
8
8
---
9
9
10
-
## What features are available for Free or Enterprise users?
10
+
import { Render } from"~/components"
11
+
12
+
## General
13
+
14
+
### What features are available for Free or Enterprise users?
11
15
12
16
Refer to [Availability](/turnstile/#availability) for more information on features available per tier.
13
17
14
18
---
15
19
16
-
## What languages does Turnstile support?
20
+
###What languages does Turnstile support?
17
21
18
22
Refer to the [list of supported languages](/turnstile/reference/supported-languages/) for more information.
19
23
20
24
---
21
25
22
-
## Does Turnstile conform to WCAG 2.1 Level AA accessibility standard?
26
+
###Does Turnstile conform to WCAG 2.1 Level AA accessibility standard?
23
27
24
28
Yes, Turnstile is WCAG 2.1 Level AA compliant.
25
29
26
30
---
27
31
28
-
## Where can I get additional support for Turnstile?
32
+
###Where can I get additional support for Turnstile?
29
33
30
34
Refer to the [Cloudflare Community](https://community.cloudflare.com/c/website-application-performance/turnstile/83) or join the [Cloudflare Developers Discord server](https://discord.com/channels/595317990191398933/1025131875397812224).
31
35
32
36
---
33
37
34
-
## Can I use Turnstile in websites not proxied by Cloudflare?
38
+
###Can I use Turnstile in websites not proxied by Cloudflare?
35
39
36
40
Turnstile can be embedded into any website without sending traffic through Cloudflare and works without showing visitors a CAPTCHA.
37
41
38
42
---
39
43
40
-
## What is Turnstile's data privacy policy?
44
+
### What is Turnstile's data privacy policy?
45
+
46
+
For information on Turnstile's data privacy policy, refer to the [Turnstile Privacy Addendum](https://www.cloudflare.com/turnstile-privacy-policy/).
47
+
48
+
---
49
+
50
+
## Troubleshooting
51
+
52
+
### What happens if the user takes longer than five minutes?
53
+
54
+
The Turnstile widget needs to be refreshed to generate a new token. This can be done using the `turnstile.reset` function.
55
+
56
+
### Can the front end use Siteverify?
57
+
58
+
The Siteverify API must not be called by the front end as this may reveal the secret key used to authenticate. An attacker may simply modify the front end to not perform the siteverify check at all, rendering Turnstile ineffective.
59
+
60
+
### What is challenges.cloudflare.com, and why does my application connect to this origin?
61
+
62
+
Turnstile is hosted under `challenges.cloudflare.com`.
63
+
64
+
### I am seeing a 401 error in your console during a Turnstile security check, is this a problem?
65
+
66
+
You can safely ignore the error. It is requesting a [Private Access Token (PAT)](/cloudflare-challenges/reference/private-access-tokens/) that your device or browser does not support yet.
67
+
68
+
### How can I obtain the Ray ID or QR code for troubleshooting?
69
+
70
+
You will need to provide a [Ray ID](/fundamentals/reference/cloudflare-ray-id/) or QR code when debugging issues. The Ray ID is found at the end of the challenge page. You can obtain the QR code by clicking the success/failure/spinner logo on the widget four times.
71
+
72
+
### Can I use Turnstile on URI schemes such as `file://`?
73
+
74
+
No, Turnstile only works on `http://` and `https://` URI schemes. Other protocols such as `file://` are not supported.
75
+
76
+
### Why do I see a challenge on my proxied hostnames?
0 commit comments