Muhammad Rehan Saeed

Results 855 comments of Muhammad Rehan Saeed

**[Duncan](http://blog.dotsmart.net)** commented on **2016-03-11 07:48:03** If the CDN gets hacked then ... won't this then start serving up hashes for the hacked content?

**[Gabor Szathmari](https://blog.gaborszathmari.me)** commented on **2016-03-11 08:30:29** > In my testing having no scheme e.g. `//foo.cdn/jquery` caused an error in Firefox which stopped the resource loading completely, so perhaps your service...

**[Muhammad Rehan Saeed](https://rehansaeed.com)** commented on **2016-03-11 08:43:36** > Possibly it is the extensions, I also had similar issues with them earlier. Yes, I think so too. I think it's safer...

**[Muhammad Rehan Saeed](https://rehansaeed.com)** commented on **2016-03-11 08:44:52** > If the CDN gets hacked then ... won't this then start serving up hashes for the hacked content? My initial thinking was...

**[Gabor Szathmari](https://blog.gaborszathmari.me)** commented on **2016-03-11 08:49:01** > In my testing having no scheme e.g. //foo.cdn/jquery caused an error in Firefox which stopped the resource loading completely, so perhaps your service...

**[The Morning Brew - Chris Alcock » The Morning Brew #2050](http://blog.cwa.me.uk/2016/03/11/the-morning-brew-2050/)** commented on **2016-03-11 09:36:12** […] Subresource Integrity TagHelper Using ASP.NET Core - Muhammad Rehan Saeed […]

**[Duncan](http://blog.dotsmart.net)** commented on **2016-03-11 09:44:06** > My initial thinking was that you could check the files at deployment time when the tag helper first runs. Then the tag helper would...

**[Chris Pratt](https://cpratt.co)** commented on **2018-08-27 17:05:46** > If the CDN gets hacked then ... won't this then start serving up hashes for the hacked content? Duncan makes a good point....

**[Muhammad Rehan Saeed](https://rehansaeed.com)** commented on **2018-08-28 09:24:54** > Duncan makes a good point. Potentially, you could allow hacked resources in this way. However, given that the SRI hash is cached...

> Hi @RehanSaeed , Unable to resolve service for type 'Microsoft.AspNetCore.Mvc.Infrastructure.IActionContextAccessor' while attempting to activate 'Boxed.AspNetCore.TagHelpers.SrcSubresourceIntegrityTagHelper'. > > I'm getting the below exception while using the tag helper in asp.net...