Merge "Upgrade jQuery UI from 1.8.24 to 1.9.2"
[lhc/web/wiklou.git] / images / .htaccess
1 # Protect against bug 28235
2 <IfModule rewrite_module>
3 RewriteEngine On
4 RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase]
5 RewriteRule . - [forbidden]
6 </IfModule>