Skip to content

Instantly share code, notes, and snippets.

View blowdart's full-sized avatar
😡
Probably disgusted with your security choices.

Barry Dorrans blowdart

😡
Probably disgusted with your security choices.
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="X-Clacks-Overhead" value="GNU Terry Prachett" />
</customHeaders>
</httpProtocol>
</system.webServer>
</configuration>
<system.webServer>
<security>
<requestFiltering>
<fileExtensions>
<!-- I KNOW WHAT I AM DOING. I AM JON SKEET -->
<remove fileExtension=".cs" />
<add fileExtension=".cs" allowed="true" />
</fileExtensions>
</requestFiltering>
</security>