WICG / portals

A proposal for enabling seamless navigations between sites or pages
https://wicg.github.io/portals/
Other
947 stars 66 forks source link

browser crashes while loading some websites into portal #176

Closed cydefenser closed 4 years ago

cydefenser commented 4 years ago

i don't know the root cause.. but portal element doesn't behave same for every website.. browser gets crashed while loading some specific websites for example https://twitter.com

to reproduce visit: https://uskay-portals-demo.glitch.me enter https://twitter.com and browser will crash

one more website for you https://dev.united.com

Please let me know the reason, why its happening. and if there's any work around.

kjmcnee commented 4 years ago

This sounds like https://crbug.com/1038256 which is a crash when logging that we did not load due to X-Frame-Options. Please check which version of chrome you're experiencing the crash on. This issue should be fixed in chrome version 81.0.4033.2 and later.

cydefenser commented 4 years ago

i am using chrome Version 80.0.3987.116 (Official Build) (64-bit) for mac

kjmcnee commented 4 years ago

I can confirm that performing the above steps on version 80.0.3987.116 causes the same X-Frame-Options related crash.

kjmcnee commented 4 years ago

Closing this per my previous comment.