summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-04-13 19:17:10 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-04-13 19:17:52 +0200
commitab7e4149471d48fb00bcbbf59ceafdde87782c51 (patch)
treee9008a640be00ff9e5a1d32dcaf8aa5ef2893ea7 /.htaccess
parent7b7e0cc4000fa15305a8f76f580b3a2dd22a04ee (diff)
downloadbugzilla-ab7e4149471d48fb00bcbbf59ceafdde87782c51.tar.gz
bugzilla-ab7e4149471d48fb00bcbbf59ceafdde87782c51.tar.xz
Bug 1152360: backport upstream bug 1143005 that adds a parameter to checksetup.pl for generating cpanfile for dependency resolution
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 7358461c3..ad5c05572 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,5 @@
# Don't allow people to retrieve non-cgi executable files or our private data
-<FilesMatch (\.pm|\.pl|\.tmpl|\.swf|localconfig.*)$>
+<FilesMatch (\.pm|\.pl|\.tmpl|\.swf|localconfig.*|cpanfile)$>
deny from all
</FilesMatch>
<IfModule mod_expires.c>