Looks like there is no way to generate a usable, “origin isolated” Blob URL? I need it to serve untrusted, client-side generated user content (1), and I wish I can show the raw URL (to download or open in a new tab etc) w/o any risks.
Right now that is not possible. I lost control as soon as the object URL is exposed; I can’t contain it in a sandboxed iframe nor enforce CSP directives (2).
Is this a gap in Web API?
1) can’t use cookie-less host
2) Chrome does that in an unspecified way?