Fix X-XSS-Protection with quotes
parent
d550f1bab1
commit
2cd559b87a
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue