-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Subresource Integrity in production builds #946
Comments
Looks cool. We could do this if somebody contributes it to HtmlWebpackPlugin. |
We'd use this if it was generated in |
Closing because while it sounds "nice" it doesn't seem like a must-have. If you contribute this to work with HtmlWebpackPlugin's inject mode we'd be happy to enable it. |
According to jantimon/html-webpack-plugin#491 - it's already built in. |
Happy to take a PR implementing this! |
@gaearon Cool, it should not be that hard. Let's see if I can come up with something. |
Fixed via #1176. |
It should probably be implemented similarly to the hash generation for cache busting.
Source: https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
The text was updated successfully, but these errors were encountered: