X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/mediawiki.git/blobdiff_plain/19e297c21b10b1b8a3acad5e73fc71dcb35db44a..6932310fd58ebef145fa01eb76edf7150284d8ea:/images/.htaccess diff --git a/images/.htaccess b/images/.htaccess index 1cc74f42..4e253b67 100644 --- a/images/.htaccess +++ b/images/.htaccess @@ -1,6 +1,9 @@ -# Protect against bug 28235 +# Protect against bug T30235 RewriteEngine On + RewriteOptions inherit RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase] RewriteRule . - [forbidden] + # Fix for bug T64289 + Options +FollowSymLinks