aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2010-04-28 19:22:10 +0100
committerNils Adermann <naderman@naderman.de>2010-05-03 19:32:29 +0200
commit43f47dba4c8e43b286391748763c00d3e949564b (patch)
tree13dd34e99b8c50e364e5e08c77890b936f644136 /phpBB/web.config
parent[ticket/9520] New web.config file as suggested by Microsoft using request filter (diff)
downloadphpbb-43f47dba4c8e43b286391748763c00d3e949564b.tar.gz
phpbb-43f47dba4c8e43b286391748763c00d3e949564b.tar.bz2
phpbb-43f47dba4c8e43b286391748763c00d3e949564b.zip
[ticket/9520] Additionally filter requests for {common,config}.php
PHPBB3-9520
Diffstat (limited to 'phpBB/web.config')
-rw-r--r--phpBB/web.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/web.config b/phpBB/web.config
index e374e611f6..128fe3c98f 100644
--- a/phpBB/web.config
+++ b/phpBB/web.config
@@ -7,6 +7,8 @@
<add segment="cache" />
<add segment="files" />
<add segment="store" />­
+ <add segment="config.php" />
+ <add segment="common.php" />
</hiddenSegments>
</requestFiltering>
</security>