You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may have some of those details wrong, so apologies if that's not the exact story. It's based on some very fuzzy memories of how it all happened. Still would be great to see it changed to SHA384 and align it with W3C recommendations however I don't think it's an issue based on security concerns.
Description
When subresource integrity is enabled, Jekyll-Assets uses sha256 to calculate the digest. However, this algorithm doesn't meet the baseline recommendations from the Subresource Integrity specification.
Jekyll-Assets should instead use sha384 by default, and optionally allow for this to be configured (as discussed in #535).
Steps
{% asset %}
tag to include a script or stylesheet.Output
Expected
The text was updated successfully, but these errors were encountered: