From b51645de85224e917a03ba8d04e8127fc0076738 Mon Sep 17 00:00:00 2001 From: scnd Date: Tue, 27 May 2014 14:21:10 +0400 Subject: [PATCH] images/.htaccess breaks TransformVia404 functionality Bug: 65220 Change-Id: Ibdb91f4c676b1c77558ac806c1ccc8313ef5929f --- images/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/images/.htaccess b/images/.htaccess index 8c46bbb4e8..3f3d41e7fa 100644 --- a/images/.htaccess +++ b/images/.htaccess @@ -1,6 +1,7 @@ # Protect against bug 28235 RewriteEngine On + RewriteOptions inherit RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase] RewriteRule . - [forbidden] # Fix for bug T64289 -- 2.20.1