79302873

Date: 2024-12-23 11:06:19
Score: 1
Natty:
Report link
  1. If you are having trouble hiding the badge you can hide in head section(globally):
<head>
    <style>
        .grecaptcha-badge {
            visibility: hidden;
        }
    </style>
</head>

For my case (Laravel 11, SSR, Vue 3) this is the only thing that worked.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MemoryGuy