diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-05-23 07:08:02 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-05-23 07:08:02 +0200 |
commit | 0481e9aa5d957665c206c9de1efc8c7f8c56cb4c (patch) | |
tree | 5625cd9fc85ef8aab2ff664a4f453b7bf9a7e100 /.htaccess | |
parent | e0d724fb7e0fd5de05417badfea8b9b9fa248cd7 (diff) | |
download | bugzilla-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-- | .htaccess | 4 |
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> |