Skip to content

Commit

Permalink
The iframe now contains recaptcha.net instead of google.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyperghost committed Feb 18, 2025
1 parent ef6ec37 commit 42c1125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ts/WoltLabSuite/Core/Bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export function setup(options: BoostrapOptions): void {
continue;
}

if (!iframe.src.startsWith("https://www.google.com/recaptcha/api")) {
if (!iframe.src.startsWith("https://www.recaptcha.net/recaptcha/api")) {
continue;
}

Expand Down
2 changes: 1 addition & 1 deletion wcfsetup/install/files/js/WoltLabSuite/Core/Bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42c1125

Please sign in to comment.