Further reduced RTTs in SwiftFileBackend by making "file already exists" checks use...
[mediawiki.git] / images / .htaccess
blob1cc74f42b08e9c69adc394252ca14546104d1934
1 # Protect against bug 28235
2 <IfModule rewrite_module>
3         RewriteEngine On
4         RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase]
5         RewriteRule . - [forbidden]
6 </IfModule>