-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SRI object support #210
Comments
For what it's worth, I'm not currently planning on adding support for |
|
well, in terms of security though, embedded flash with allowSameDomain is far more powerful. (that said .. I am leaning towards punting this to vNext) |
Many object classes also have internal means to load additional code that On Mon, Mar 9, 2015 at 10:36 AM Devdatta Akhawe [email protected]
|
yup .. but it is one of those key "dont want to trust CDN" use cases. That said, I agree we should drop it in v1 and look at this again for vnext. I would definitely argue (then) that this is more important to try than iframes or images. |
Yeah, I'd love it to be able to do this, but that doesn't make it On Mon, Mar 9, 2015 at 5:28 PM Devdatta Akhawe [email protected]
|
well if you can load the flash file with integrity, you can manually confirm in your own code that you are not loading any other file without integrity. Conversely, JS in SRIv1 can load other JS (bounded by CSP) that is not checked for integrity---we haven't really solved the "mandate all scripts from CDN to have SRI" anyhow. |
@devd sure, Flash is powerful, but you cannot address just Flash as that would leave other capabilities of |
No current implementation supports it, but objects fall under the "code" banner and so would be nice to support. I would argue they are more important than styles.
Not sure if this should be in v1 or not, but this issue will track consensus if any.
The text was updated successfully, but these errors were encountered: