FloeDesignTechnologies / ansible-nginx-drupal

Ansible role to configure Nginx for running Drupal using perusio's configuration
Apache License 2.0
22 stars 12 forks source link

Add option for X-Frame Options #9

Closed helalferrari closed 8 years ago

helalferrari commented 10 years ago

https://github.com/perusio/drupal-with-nginx/issues/114

pbuyle commented 10 years ago

Basic support of the X-Frame-Option header is provided in commit 548f70356b8d1ca321b254df0495ed068107aaf3.

X-Frame-Option support is incomplete, the "add_header X-Frame-Options" directive is commented in several configuration files. Not all of them are parametrized through templates in the role. More work is needed for a complete X-Frame-Option support.

I'll leave the issue open as a reminder.

pbuyle commented 8 years ago

I'm closing the issue, current support seems to be good enough.