From 00373398ef777f822c6cccf71542eb6d6db0a326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Fri, 15 Mar 2019 19:01:48 +0100 Subject: [PATCH] Keep testing CSP headers --- test/vhosts/server.localhost.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/test/vhosts/server.localhost.conf b/test/vhosts/server.localhost.conf index fdbb837..b345333 100644 --- a/test/vhosts/server.localhost.conf +++ b/test/vhosts/server.localhost.conf @@ -19,6 +19,7 @@ server { gzip_min_length 1; + include h5bp/security/content-security-policy.conf; include h5bp/location/web_performance_filename-based_cache_busting.conf; include h5bp/location/web_performance_svgz-compression.conf; include h5bp/errors/custom_errors.conf;