Re: [w3c/ServiceWorker] `<iframe sandbox />` + SW (#1390)

One other alternative that came to my mind was to try and not shoehorn things onto sandboxed iframe but rather consider solution for loading sandboxed web applications with some networking capabilities. Which could possibly manifest something like:

```html
<iframe sandbox srcworker="./service.js" />
```

Idea being that sandbox could load all of it's content by fetching it from service worker provided by `./service.js`. That would allow embedder to fully control CSPs.

-- 
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/ServiceWorker/issues/1390#issuecomment-642238924

Received on Wednesday, 10 June 2020 20:26:55 UTC