Skip to content

Commit

Permalink
Whitelist further URLs used for Google SSO
Browse files Browse the repository at this point in the history
  • Loading branch information
ruimarinho committed Jan 17, 2020
1 parent 7c4f5ce commit e7c5f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async function writeCredentials(profile, { accessKeyId, secretAccessKey, expirat
return;
}

if (/ServiceLogin|initsso/.test(request.url())) {
if (/google|gstatic|youtube/.test(request.url())) {
request.continue();
return;
}
Expand Down

0 comments on commit e7c5f6d

Please sign in to comment.