jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Tech / Stack Overflow · hot matching “http”

2 shown · updated 10s ago · read only
  1. 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"…