Skip to content

Commit 0712996

Browse files
wip
1 parent d1db647 commit 0712996

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,15 @@ Add the reCAPTCHA script to your Blade templates using the `@recaptcha` directiv
130130
- `Badge::BOTTOMRIGHT` - Displays the badge at the bottom right (recommended)
131131
- `Badge::HIDDEN` - Hides the badge completely
132132

133+
**Important Note about Hidden Badge:**
134+
When using `Badge::HIDDEN`, you must display the reCAPTCHA branding visibly in your user flow. According to [Google's guidelines](https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed), you need to include the following text:
135+
136+
```html
137+
This site is protected by reCAPTCHA and the Google
138+
<a href="https://policies.google.com/privacy">Privacy Policy</a> and
139+
<a href="https://policies.google.com/terms">Terms of Service</a> apply.
140+
```
141+
133142
### Backend Validation
134143

135144
Use the `googleRecaptchaV3` validation rule in your form requests or controllers:

0 commit comments

Comments
 (0)