Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #54 from dbarrosop/patch-2
Browse files Browse the repository at this point in the history
allow to authenticate with okta
  • Loading branch information
johnnybui authored May 30, 2018
2 parents 9ccc80a + 0009573 commit 5801059
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ function allowedUrl(url) {
'http://www.google.*/accounts/Logout2**',
'https://inbox.google.com{**/**,**}',
'https://{accounts.youtube,inbox.google}.com/accounts/@(SetOSID|SetSID)**',
'https://www.google.com/a/**/acs',
'https://**.okta.com/**',
'https://google.*/accounts/**',
'https://www.google.**/accounts/signin/continue**',
];

return minimatch(url, urls);
Expand Down

0 comments on commit 5801059

Please sign in to comment.