aboutsummaryrefslogtreecommitdiffstats
path: root/images/.htaccess
blob: 4e253b678ac8a70ea0d4cf28c2fbbb0109f296e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Protect against bug T30235
<IfModule rewrite_module>
	RewriteEngine On
	RewriteOptions inherit
	RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase]
	RewriteRule . - [forbidden]
	# Fix for bug T64289
	Options +FollowSymLinks
</IfModule>