LavaMoat / LavaDome

Secure DOM trees isolation and encapsulation leveraging ShadowDOM
https://lavamoat.github.io/LavaDome/packages/core/demo/
MIT License
16 stars 3 forks source link

feat: wrap payload in envelope #23

Closed naugtur closed 4 months ago

naugtur commented 5 months ago

To prevent the secret string from being cached all over the place by react and made public, wrap the string in an envelope where there's no way to retrieve the contents without being the implementer of the envelope.

weizman commented 4 months ago

migrated to #26