Skip to content

Improve nginx configuration security

To address from #17 (closed):

Header improvements:

  • Add HSTS header to nginx configuration (probably with Tutor plugin)
  • Add X-Content-Type-Options header (If possible with edx)
  • Add X-XSS-Protection header (if possible with edx)
    • Ensure that responses contain a X-XSS-Protection HTTP header with the value 1; mode=block

And unless it's fixed in greenhost/ansible#163, we also need to address:

Edited by Maarten de Waard