From 98de990c1c572354fc2d3f8c7f30940e3af9cdf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Sun, 12 Apr 2020 23:30:08 +0200 Subject: [PATCH] Add expandable policies to SVGZ --- h5bp/location/web_performance_svgz-compression.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/h5bp/location/web_performance_svgz-compression.conf b/h5bp/location/web_performance_svgz-compression.conf index 469806b..4b54316 100644 --- a/h5bp/location/web_performance_svgz-compression.conf +++ b/h5bp/location/web_performance_svgz-compression.conf @@ -10,5 +10,7 @@ location ~* \.svgz$ { add_header Content-Encoding gzip; include h5bp/security/x-content-type-options.conf; + include h5bp/security/content-security-policy.conf; + include h5bp/security/referrer-policy.conf; include h5bp/cross-origin/requests.conf; }