self and none must be put inside ''

This commit is contained in:
Andrea Dell'Amico 2021-07-28 15:02:08 +02:00
parent a8ece37a3a
commit 4ec5bddf14
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -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, ''