Skip to content

Commit

Permalink
fix: set challenge locale when widget is loaded from recaptcha.net
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Jun 14, 2020
1 parent a156c1f commit edb7402
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/background/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ async function setChallengeLocale() {
{
urls: [
'https://www.google.com/recaptcha/api2/anchor*',
'https://www.google.com/recaptcha/api2/bframe*'
'https://www.google.com/recaptcha/api2/bframe*',
'https://www.recaptcha.net/recaptcha/api2/anchor*',
'https://www.recaptcha.net/recaptcha/api2/bframe*'
],
types: ['sub_frame']
},
Expand Down

0 comments on commit edb7402

Please sign in to comment.