summaryrefslogtreecommitdiff
path: root/images/.htaccess
blob: 2aea33e06270cc903d8cab1611d0a480d4610073 (plain)
1
2
3
4
5
6
# Protect against bug 28235
<IfModule rewrite_module>
	RewriteEngine On
	RewriteCond %{QUERY_STRING} \.[a-z0-9]{1,4}(#|\?|$) [nocase]
	RewriteRule . - [forbidden]
</IfModule>