2017-07-15 15:24:48 +00:00
|
|
|
# {{ ansible_managed }}
|
2017-07-15 20:33:16 +00:00
|
|
|
# default header settings
|
2017-07-15 15:24:48 +00:00
|
|
|
add_header X-Frame-Options DENY;
|
|
|
|
add_header X-Content-Type-Options nosniff;
|
|
|
|
add_header X-XSS-Protection "1; mode=block";
|