Fix X-XSS-Protection with quotes

pull/2/merge
Emilien Mantel 2017-02-09 11:59:33 +01:00
parent d550f1bab1
commit 2cd559b87a
1 changed files with 1 additions and 1 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'