@ Plain Text Nostr

<-- back to main feed

thread · root 6b4bdc7b…6045 · depth 6 · · selected 010d8f15…f484

thread

root 6b4bdc7b…6045 · depth 6 · · selected 010d8f15…f484

df739a4c91de -- 4mo [parent] 
|    I’m trying to wrap my head around the differences between using IndexedDB, OPFS, and SQLite in your scenario.
|    I’ve been researching the idea of running an isolated iFrame on client.com for vault.com and passing data
|    between the two origins via postMessage. In that setup, is there anything in NostrPass that prevents rogue
|    extension <script> injections from compromising the page context?
|    reply [1 reply]
b7b1382ea9bd -- 4mo
The key detail you might be missing is that NostrPass executes in a Worker, not in the main page context. So in
NOstrpass it goes client -> vault -> worker. The worker has it's own context and isn't callable from the
extension.
reply

Write a post

Sign in with a signing-capable method to publish.