LavaMoat / snow

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

Remove Securely dependency #36

Closed weizman closed 1 year ago

weizman commented 1 year ago

Securely is a failing attempt to create secure calls to native APIs that cannot be monkey patched where in reality it cannot be done and is better to manage without relying on a dependency.

This PR removes Securely and implements the parts Snow needs from it independently.

This solves #23

Here's a better explanation on why I had Securely in the first place and why I later realized it was a mistake https://github.com/LavaMoat/snow/issues/37#issuecomment-1328211802