Skip to content

Commit

Permalink
fix: inject assets in challenge frames loaded from alternative URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Sep 28, 2020
1 parent 092f3b9 commit ce2d942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce2d942

Please sign in to comment.