New style Google reCaptcha

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • johnweissberg
    Junior Member
    • Dec 2024
    • 7

    New style Google reCaptcha

    At the end of 2025, Google will sunset the old-style of Google reCaptcha
    that uses a site_key and a secret_key.

    This will be replaced by a new "enterprise" recaptcha that uses a site_key
    and a project_id.

    Here is the script that points to the enterprise recaptcha:

    <script src="https://www.google.com/recaptcha/enterprise.js" async
    defer></script>

    ​I see that the current reCaptcha uses the old-style reCaptcha.

    Is the new-style reCaptcha in the engineering schedule?
Working...