Why does the Content-Security-Policy settings in web.config have no effect? (stackoverflow.com)stack
8 points by Edward Tanguay in stackoverflow.com · 8y ago · stack
In a small ASP.NET MVC test application, I added the appropriate httpProtocol code to the web.config file, as described in this article : <system.webServer> <handlers> <remove name="BlockViewHandler"/> <add name="BlockViewHandler" path="*" verb="*" preCondition="integratedMode"…
filed under asp.net-mvccontent-security-policy