diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2015-07-11 14:45:45 +0200 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2015-07-11 14:45:45 +0200 |
commit | d2b27ba6a809da30e1045e6d2fb3c91bc5cf2399 (patch) | |
tree | c6533f400a673794788b036599179f1ed5dcc7e8 /data | |
parent | Make SQL readable, also hide saved-searches as every user has it. (diff) | |
download | bugzilla-d2b27ba6a809da30e1045e6d2fb3c91bc5cf2399.tar.gz bugzilla-d2b27ba6a809da30e1045e6d2fb3c91bc5cf2399.tar.bz2 bugzilla-d2b27ba6a809da30e1045e6d2fb3c91bc5cf2399.zip |
Remove auto-generated htaccess files which don't belong here
Diffstat (limited to 'data')
-rw-r--r-- | data/.htaccess | 3 | ||||
-rw-r--r-- | data/attachments/.htaccess | 3 | ||||
-rw-r--r-- | data/cached/.htaccess | 2 | ||||
-rw-r--r-- | data/webdot/.htaccess | 15 |
4 files changed, 0 insertions, 23 deletions
diff --git a/data/.htaccess b/data/.htaccess deleted file mode 100644 index 62adb574a..000000000 --- a/data/.htaccess +++ /dev/null @@ -1,3 +0,0 @@ -# nothing in this directory is retrievable unless overridden by an .htaccess -# in a subdirectory -deny from all diff --git a/data/attachments/.htaccess b/data/attachments/.htaccess deleted file mode 100644 index 62adb574a..000000000 --- a/data/attachments/.htaccess +++ /dev/null @@ -1,3 +0,0 @@ -# nothing in this directory is retrievable unless overridden by an .htaccess -# in a subdirectory -deny from all diff --git a/data/cached/.htaccess b/data/cached/.htaccess deleted file mode 100644 index 46e76a1f8..000000000 --- a/data/cached/.htaccess +++ /dev/null @@ -1,2 +0,0 @@ -# Allow access to the cached stuff -Allow from all diff --git a/data/webdot/.htaccess b/data/webdot/.htaccess deleted file mode 100644 index 1c05e71d5..000000000 --- a/data/webdot/.htaccess +++ /dev/null @@ -1,15 +0,0 @@ -# Restrict access to .dot files to the public webdot server at research.att.com -# if research.att.com ever changes their IP, or if you use a different -# webdot server, you'll need to edit this -<FilesMatch \.dot$> - Allow from 192.20.225.0/24 - Deny from all -</FilesMatch> - -# Allow access to .png files created by a local copy of 'dot' -<FilesMatch \.png$> - Allow from all -</FilesMatch> - -# And no directory listings, either. -Deny from all |