summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-04-02 16:46:36 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-04-02 16:46:36 +0200
commita29f798a2506ec2b57cd4f7ebbdaf58387e6e490 (patch)
tree7dd089a330e4ad493ecd938428e8b418789b8f49 /.htaccess
parent1fa1aa54ae725989c6c44f198376e37ba000ca02 (diff)
downloadbugzilla-a29f798a2506ec2b57cd4f7ebbdaf58387e6e490.tar.gz
bugzilla-a29f798a2506ec2b57cd4f7ebbdaf58387e6e490.tar.xz
Bug 1143005: Add parameter to checksetup.pl that generates a cpanfile usable by utilities such as cpanm for installing Perl dependencies
r=dylan,a=glob
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index aec901005..8f40e96c6 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|localconfig.*)$>
+<FilesMatch (\.pm|\.pl|\.tmpl|localconfig.*|cpanfile)$>
<IfModule mod_version.c>
<IfVersion < 2.4>
Deny from all