From 7418b5023bb704c6a7d13d907bef9c6e81d83b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Wed, 15 May 2019 19:02:13 +0200 Subject: [PATCH] Fix dropped Cache-Control: no-transform usage for SVGZ Compression --- h5bp/location/web_performance_svgz-compression.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/h5bp/location/web_performance_svgz-compression.conf b/h5bp/location/web_performance_svgz-compression.conf index 53a8b5d..469806b 100644 --- a/h5bp/location/web_performance_svgz-compression.conf +++ b/h5bp/location/web_performance_svgz-compression.conf @@ -10,6 +10,5 @@ location ~* \.svgz$ { add_header Content-Encoding gzip; include h5bp/security/x-content-type-options.conf; - include h5bp/web_performance/no-transform.conf; include h5bp/cross-origin/requests.conf; }