fix: inject assets in challenge frames loaded from alternative URLs

pull/270/head
dessant 4 years ago
parent 092f3b9492
commit ce2d9424f5

@ -19,7 +19,7 @@ const clientAppPlatforms = [
'macos/amd64'
];
const recaptchaChallengeUrlRx = /^https:\/\/www\.google\.com\/recaptcha\/api2\/bframe.*/;
const recaptchaChallengeUrlRx = /^https:\/\/www\.(?:google\.com|recaptcha\.net)\/recaptcha\/(?:api2|enterprise)\/bframe.*/;
// https://developers.google.com/recaptcha/docs/language
// https://cloud.google.com/speech-to-text/docs/languages

Loading…
Cancel
Save