summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-11-06 07:00:49 +0100
committerByron Jones <bjones@mozilla.com>2012-11-06 07:00:49 +0100
commit7cd9fd570d61e316e2398a8b9db274d200d73bc4 (patch)
tree626a4e08b6d6f0af367b41d3e4bb721df8c2a7df /.htaccess
parent4ea167053e048c4ff02cbf8cc6c0814bfe2727f4 (diff)
downloadbugzilla-7cd9fd570d61e316e2398a8b9db274d200d73bc4.tar.gz
bugzilla-7cd9fd570d61e316e2398a8b9db274d200d73bc4.tar.xz
Bug 808902: block access to swf files
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 6021f9013..e7c65bdc8 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|\.swf|localconfig.*)$>
deny from all
</FilesMatch>
<IfModule mod_expires.c>