top | item 46938849

(no title)

jszymborski | 21 days ago

Too bad CORS doesn't fix this. It would be awesome to be able to sandbox a page completely.

discuss

order

JimDabell|21 days ago

You can use CSP for this:

    Content-Security-Policy: img-src 'self';