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

Support copy to clipboard #46

Open weizman opened 4 days ago

weizman commented 4 days ago

Since LavaDome makes text non selectable, without a copy-to-clipboard option, user can't fully interact with the secret.

To solve that, developers must do this separately from LavaDome but since this is bad because:

  1. Makes LavaDome less attractive for usage
  2. Hard to trust developers to get it right security-wise

It might be better if we deliver this functionality ourselves