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; }