Subresource Integrity TagHelper Using ASP.NET Core - Part 2

Read Original

This article details the second iteration of a custom Subresource Integrity (SRI) TagHelper for ASP.NET Core. It addresses feedback from the ASP.NET community, explaining how to calculate hashes from local files, customize hashing algorithms (SHA256, SHA384, SHA512), and cache integrity values using IDistributedCache for performance. It also discusses the security implications and current limitations with CDNs like Microsoft's.

Subresource Integrity TagHelper Using ASP.NET Core - Part 2

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week