Skip to content

Commit 362776d

Browse files
pcaillaudmvinckr
andauthored
docs: add warning about captcha domains limit (#2107)
* docs: add warning about captcha domains limit * use relative url * chore: remove admonition --------- Co-authored-by: vinckr <[email protected]>
1 parent 1e480b7 commit 362776d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/kratos/concepts/security.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,16 @@ credential stuffing, brute force and other automated attacks.
7979
#### Prerequisites
8080

8181
Before proceeding, ensure you are on a plan that supports this feature. If you need CAPTCHA support, please
82-
[contact us](https://www.ory.sh/contact/).
82+
[reach out](https://www.ory.sh/contact/).
8383

8484
Supported CAPTCHA providers are:
8585

8686
- [Cloudflare Turnstile](https://developers.cloudflare.com/turnstile)
8787

88+
Cloudflare Turnstile widgets support a maximum of 10 allowed domains. When CAPTCHA is enabled, this list will be automatically
89+
populated with your currently configured [custom domains](../../guides/custom-domains.mdx). If your domain list exceeds this
90+
limit, you won't be able to enable CAPTCHA protection.
91+
8892
```mdx-code-block
8993
<Tabs groupId="console-or-api">
9094
<TabItem value="console" label="Ory Console">

0 commit comments

Comments
 (0)