Skip to content
Snippets Groups Projects
Unverified Commit 4d3899f7 authored by Patricia Santa Ana's avatar Patricia Santa Ana Committed by GitHub
Browse files

turnstile ga (#11009)

parent b1a2aedd
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,10 @@ Turnstile [widget types](/turnstile/reference/widget-types/) include:
* A non-intrusive interactive challenge (such as clicking a button), if the visitor is a suspected bot.
* An invisible challenge to the browser.
## Accessibility
Turnstile is WCAG 2.1 AA compliant. Visually or motorically impaired visitors are able to solve Turnstile widgets by obtaining a pre-clearance token via an external service.
---
## Features
......@@ -49,6 +53,8 @@ Cloudflare bot solutions identify and mitigate automated traffic to protect your
## Availability
Turnstile is currently in open beta and available as a free tool for all customers.
Turnstile is available for free for unlimited use via our visible widget in [Managed](/turnstile/reference/widget-types/#managed-recommended) mode. An [Enterprise](/bots/plans/bm-subscription/) version is available for customers who need additional features like support.
A pay-as-you-go option for advanced features will be available in early 2024 for self-serve customers.
For the beta, customers are limited to 1 million calls to the siteverify verification endpoint per month per site. Customers who need additional requests can upgrade to [Enterprise Bot Management](/bots/plans/bm-subscription/).
\ No newline at end of file
Users can continue to access these advanced features below our 1 million siteverify request limit.
\ No newline at end of file
......@@ -29,6 +29,11 @@ Libraries that only support the client-side rendering of Turnstile:
- React
- [react-turnstile](https://www.npmjs.com/package/react-turnstile)
- [@marsidev/react-turnstile](https://www.npmjs.com/package/@marsidev/react-turnstile)
{{<Aside type="note">}}
Cloudflare recommends [@marsidev/react-turnstile](https://www.npmjs.com/package/@marsidev/react-turnstile) when rendering Turnstile. We have deployed an implementation of the library and can confirm that it is safe to use and works as expected.
{{</Aside>}}
- Vue
- [cfturnstile-vue3](https://www.npmjs.com/package/cfturnstile-vue3)
- [vue-turnstile](https://www.npmjs.com/package/vue-turnstile)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment