diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2019-05-30 17:28:24 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2019-05-30 17:28:24 +0200 |
commit | 32f2a5a6ad2a54b4fb8a1b7328d5301e8cb5f2ad (patch) | |
tree | a5009a53987da20b86a344c0ee89ce2fa0908390 /nginx | |
parent | 7b59e81328ec5b88cee2c385fee6c0e5b1617fdc (diff) | |
download | pillar-32f2a5a6ad2a54b4fb8a1b7328d5301e8cb5f2ad.tar.xz |
Add missing quotes
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'nginx')
-rw-r--r-- | nginx/base.sls | 2 |
1 files changed, 1 insertions, 1 deletions
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: |