mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-03-08 10:02:10 +07:00
Fix X-XSS-Protection with quotes
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user