Skip to content

Commit 42c1125

Browse files
committed
The iframe now contains recaptcha.net instead of google.com
1 parent ef6ec37 commit 42c1125

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ts/WoltLabSuite/Core/Bootstrap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export function setup(options: BoostrapOptions): void {
217217
continue;
218218
}
219219

220-
if (!iframe.src.startsWith("https://www.google.com/recaptcha/api")) {
220+
if (!iframe.src.startsWith("https://www.recaptcha.net/recaptcha/api")) {
221221
continue;
222222
}
223223

wcfsetup/install/files/js/WoltLabSuite/Core/Bootstrap.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)