Safary 13.1.1 is broken
Closed this issue · 3 comments
MrEfrem commented
https://developer.apple.com/documentation/safari_release_notes/safari_13_1_release_notes
Privacy
New Features
...
Added cookie blocking for all cross-site resources by default.
Because of that change I see so error in the Safary DevTools
and I can't continue the login process:
[Error] Origin https://<mydomain> is not allowed by Access-Control-Allow-Origin.
[Error] Fetch API cannot load https://<mydomain>/_gcp_iap/gcip_authenticate due to access control checks.
[Error] Failed to load resource: Origin https://<mydomain> is not allowed by Access-Control-Allow-Origin. (gcip_authenticate, line 0)
bojeil-google commented
Thanks for filing the issue. We did some preliminary investigations. We have some ideas on how to fix this but it will require some re-designing and re-engineering efforts.
BTW, Safari's implementation is inconsistent. This seems to not be an issue in Safari private mode browsing (using email/password sign), ironically. I can't really tell if this is a bug or whether this is the intended behavior on their end.
bojeil-google commented
MrEfrem commented
@bojeil-google thanks.