Re: [w3c/IndexedDB] Security and Web Worker access for IndexedDB (#141)

A better solution here would be sandboxing the worker I think, so it gets a different origin. You can do that today with a data: URL worker, and hopefully in the future with some kind of HTTP header.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/141#issuecomment-368509463

Received on Monday, 26 February 2018 13:50:55 UTC