LavaMoat / snow

Use Snow to finally secure your web app's same origin realms!
https://lavamoat.github.io/snow/demo/
MIT License
102 stars 9 forks source link

attempt to solve snow clash when snow protected page opens itself #82

Closed weizman closed 1 year ago

weizman commented 1 year ago

Attempt to fix #81.

The idea is to tell opened windows (such as tabs) from child windows (such as iframes), because opened windows have their own top.

Consider a few scenarios:

Normal single app load

App load + iframe

App load + open window

weizman commented 1 year ago

Moving this effort to another attempt @ #97