Skip to content

Commit b84dbc5

Browse files
Update src/content/docs/turnstile/tutorials/conditionally-enforcing-turnstile.mdx
1 parent d8ecf7c commit b84dbc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/content/docs/turnstile/tutorials/conditionally-enforcing-turnstile.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ You may have setups such as automation that cannot load or run the Turnstile cha
2020
:::note
2121
While this tutorial removes Turnstile client-side elements when specific criteria are met, you could instead conditionally insert them.
2222
:::
23-
:::caution
2423

24+
:::caution
2525
It is critical to make sure you are validating tokens with the siteverify API when your criteria for enforcing Turnstile are not met.
2626

2727
It is not sufficient to only remove the client-side widget from the page, as an attacker can forge the request to your API.
28-
2928
:::
3029

3130
## Implementation

0 commit comments

Comments
 (0)