Skip to content

Use correct integrity hash for sprockets caching

What does this MR do?

Use self.integrity_uri over self.hexdigest_integrity_uri(digest), as the latter always returned nil leading to improper cache invalidation

What are the relevant issue numbers?

Closes #57431 (closed)

Does this MR meet the acceptance criteria?

Merge request reports