mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-21 09:52:26 +01:00
28 lines
627 B
XML
28 lines
627 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<configuration>
|
||
<system.webServer>
|
||
<security>
|
||
<requestFiltering>
|
||
<hiddenSegments>
|
||
<add segment="cache" />
|
||
<add segment="files" />
|
||
<add segment="store" />
|
||
<add segment="config.php" />
|
||
<add segment="common.php" />
|
||
</hiddenSegments>
|
||
</requestFiltering>
|
||
</security>
|
||
</system.webServer>
|
||
<location path="images/avatars">
|
||
<system.webServer>
|
||
<security>
|
||
<requestFiltering>
|
||
<hiddenSegments>
|
||
<add segment="upload" />
|
||
</hiddenSegments>
|
||
</requestFiltering>
|
||
</security>
|
||
</system.webServer>
|
||
</location>
|
||
</configuration>
|