Auto quote headers values

This commit is contained in:
Emilien Mantel
2017-02-09 12:03:14 +01:00
parent 2cd559b87a
commit 0e33d1b372
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ nginx_templates_no_dir:
nginx_servers_default_headers:
'X-Frame-Options': 'DENY always'
'X-Content-Type-Options': 'nosniff always'
'X-XSS-Protection': '"1; mode=block"'
'X-XSS-Protection': '1; mode=block'
nginx_upstream_php56: 'php56'
nginx_upstream_php70: 'php70'