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
|
||||
# Choiches: 'self', 'none', a list of domains
|
||||
nginx_content_security_acl:
|
||||
- 'self'
|
||||
# - 'none'
|
||||
- "'self'"
|
||||
# - "'none'"
|
||||
# - '{{ ansible_domain }}'
|
||||
nginx_set_frame_origin: False
|
||||
# SAMEORIGIN, DENY, ''
|
||||
|
|
Loading…
Reference in New Issue