From 32f2a5a6ad2a54b4fb8a1b7328d5301e8cb5f2ad Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 30 May 2019 17:28:24 +0200 Subject: Add missing quotes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- nginx/base.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/base.sls b/nginx/base.sls index 1bb15bc..cd0bf2f 100644 --- a/nginx/base.sls +++ b/nginx/base.sls @@ -43,7 +43,7 @@ nginx: # Normally enabled by default, but enable it anyway if user has disabled it. - add_header: 'X-XSS-Protection "1; mode=block"' - - add_header: Referrer-Policy: same-origin + - add_header: 'Referrer-Policy: same-origin' - add_header: "Feature-Policy: geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment" servers: -- cgit v1.2.3-54-g00ecf