I have a Chrome extension with a sign-in flow like this:
1) Popup shows a Login button
3) Upon successful login on site, user is redirected back to a chrome-extension:// url for post-processing of the granted auth token.
In Chrome 65 this worked great. Now, in Chrome 66, that final redirect in step 3 is saying: ERR_UNSAFE_REDIRECT.
It would seem Chrome 66 does not trust redirects to its own extensions? What is the recommended method for implementing this type of flow now that this security restriction is in place?
Thanks,
-Matt