2498 - restrict access to assets into env-*

iis bugfix: the configuration is now valid
This commit is contained in:
bruno DA SILVA
2019-10-17 14:29:40 +02:00
parent 93618f974d
commit d9a24d2e14

View File

@@ -3028,7 +3028,7 @@ EOF;
<?xml version="1.0" encoding="utf-8" ?>
<!-- This file was automatically generated by iTop, because there was no web.config in this module {$sModuleName}/{$sModuleVersion} -->
<configuration>
<system.web>
<system.webServer>
<security>
<requestFiltering>
<fileExtensions applyToWebDAV="false" allowUnlisted="false" >
@@ -3045,7 +3045,7 @@ EOF;
</fileExtensions>
</requestFiltering>
</security>
</system.web>
</system.webServer>
</configuration>
EOF;