FSN#33074 Geen GET toestaan op de UTILS folder voorkomt downloaden
svn path=/Website/trunk/; revision=25610
This commit is contained in:
12
UTILS/web.config
Normal file
12
UTILS/web.config
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration>
|
||||
<system.webServer>
|
||||
<security>
|
||||
<requestFiltering>
|
||||
<verbs>
|
||||
<add verb="GET" allowed="false" />
|
||||
</verbs>
|
||||
</requestFiltering>
|
||||
</security>
|
||||
</system.webServer>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user