self and none must be put inside ''
This commit is contained in:
parent
a8ece37a3a
commit
4ec5bddf14
|
@ -93,8 +93,8 @@ nginx_set_xss_protection: True
|
||||||
nginx_set_content_security_options: False
|
nginx_set_content_security_options: False
|
||||||
# Choiches: 'self', 'none', a list of domains
|
# Choiches: 'self', 'none', a list of domains
|
||||||
nginx_content_security_acl:
|
nginx_content_security_acl:
|
||||||
- 'self'
|
- "'self'"
|
||||||
# - 'none'
|
# - "'none'"
|
||||||
# - '{{ ansible_domain }}'
|
# - '{{ ansible_domain }}'
|
||||||
nginx_set_frame_origin: False
|
nginx_set_frame_origin: False
|
||||||
# SAMEORIGIN, DENY, ''
|
# SAMEORIGIN, DENY, ''
|
||||||
|
|
Loading…
Reference in New Issue