Skip to content

Commit

Permalink
Fix mobile docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoOliveiraRocha authored and andregoncalvesdev committed Oct 25, 2024
1 parent 5008b5b commit a0ba0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ When embedding on a **WebView**, please ensure the following steps have been com

## Cloudflare Turnstile

We use **Clouflare Turnstile** to confirm users are real and to block unwanted bots without slowing down the experience. Please be sure to follow these [Webview configurations](https://developers.cloudflare.com/turnstile/get-started/mobile-implementation/#webview-configurations), [update the allowed origins](https://developers.cloudflare.com/turnstile/get-started/mobile-implementation/#update-allowed-origins) to include `challenges.cloudflare.com, about:blank, about:srcdoc`, and enable `https` and `http` connections.
We use **Cloudflare Turnstile** to confirm users are real and to block unwanted bots without slowing down the experience. Please be sure to follow these [Webview configurations](https://developers.cloudflare.com/turnstile/get-started/mobile-implementation/#webview-configurations), [update the allowed origins](https://developers.cloudflare.com/turnstile/get-started/mobile-implementation/#update-allowed-origins) to include `challenges.cloudflare.com, about:blank, about:srcdoc`, and enable `https` and `http` connections.

If you use the `react-native-webview` package, update your **WebView** `originWhitelist` to `originWhitelist={['https://*', 'http://*', 'about:blank', 'about:srcdoc']}`.

Expand Down

0 comments on commit a0ba0a2

Please sign in to comment.