diff options
author | Byron Jones <bjones@mozilla.com> | 2012-11-06 07:00:49 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-11-06 07:00:49 +0100 |
commit | 7cd9fd570d61e316e2398a8b9db274d200d73bc4 (patch) | |
tree | 626a4e08b6d6f0af367b41d3e4bb721df8c2a7df /.htaccess | |
parent | 4ea167053e048c4ff02cbf8cc6c0814bfe2727f4 (diff) | |
download | bugzilla-7cd9fd570d61e316e2398a8b9db274d200d73bc4.tar.gz bugzilla-7cd9fd570d61e316e2398a8b9db274d200d73bc4.tar.xz |
Bug 808902: block access to swf files
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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|\.swf|localconfig.*)$> deny from all </FilesMatch> <IfModule mod_expires.c> |