RyanDaDeng / laravel-google-recaptcha-v3

It's probably the best Laravel Package for Google reCAPTCHA v3. Vue component supported.
MIT License
273 stars 40 forks source link

Hide reCAPTCHA badge using visibility css property. #70

Closed ericp-mrel closed 4 years ago

ericp-mrel commented 4 years ago

There have been reports hiding the badge using display: none can cause spam checking to be disabled, and according to the FAQs on reCAPTCHA's website they demonstrate hiding the badge using visibility: hidden.

https://stackoverflow.com/questions/44543157/how-to-hide-the-google-invisible-recaptcha-badge https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed