summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-05-23 07:08:02 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-05-23 07:08:02 +0200
commit0481e9aa5d957665c206c9de1efc8c7f8c56cb4c (patch)
tree5625cd9fc85ef8aab2ff664a4f453b7bf9a7e100 /.htaccess
parente0d724fb7e0fd5de05417badfea8b9b9fa248cd7 (diff)
downloadbugzilla-0481e9aa5d957665c206c9de1efc8c7f8c56cb4c.tar.gz
bugzilla-0481e9aa5d957665c206c9de1efc8c7f8c56cb4c.tar.xz
Bug 560733: Move the base .htaccess file into bzr instead of having it
generated by checksetup.pl r=LpSolit, a=mkanat
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 000000000..72a96e064
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,4 @@
+# Don't allow people to retrieve non-cgi executable files or our private data
+<FilesMatch ^(.*\.pm|.*\.pl|.*localconfig.*)$>
+ deny from all
+</FilesMatch>