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 #97

Closed weizman closed 1 year ago

weizman commented 1 year ago

Attempt to fix #81 (after ditching maybe a too complex idea on first attempt @ #82)

weizman commented 1 year ago

Seems that this solves a scenario where Snow code is loaded again in a same origin iframe, but doesn't cover a scenario where that instance of Snow is actually being called. fixed at #121