Skip to content

Commit

Permalink
Update InvisibleReCaptcha.php
Browse files Browse the repository at this point in the history
fix chain attack
  • Loading branch information
AmiPraha authored Jun 28, 2024
1 parent 12a4aec commit 52c6d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InvisibleReCaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class InvisibleReCaptcha
{
const API_URI = 'https://www.google.com/recaptcha/api.js';
const VERIFY_URI = 'https://www.google.com/recaptcha/api/siteverify';
const POLYFILL_URI = 'https://cdn.polyfill.io/v2/polyfill.min.js';
const POLYFILL_URI = 'https://cdnjs.cloudflare.com/polyfill/v2/polyfill.min.js';
const DEBUG_ELEMENTS = [
'_submitForm',
'_captchaForm',
Expand Down

0 comments on commit 52c6d43

Please sign in to comment.