Skip to content

Commit

Permalink
Update CaptchaTest.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 52c6d43 commit ac2a558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CaptchaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function testJavascriptHasNonce()

public function testGetPolyfillJs()
{
$js = 'https://cdn.polyfill.io/v2/polyfill.min.js';
$js = 'https://cdnjs.cloudflare.com/polyfill/v2/polyfill.min.js';

$this->assertEquals($js, $this->captcha->getPolyfillJs());
}
Expand Down

0 comments on commit ac2a558

Please sign in to comment.