Browse Source

Set X-Frame-Options header to deny

pull/544/head
Guillaume Vincent 4 years ago
parent
commit
876c0edcc9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      containers/webserver/httpd.conf

+ 1
- 0
containers/webserver/httpd.conf View File

@@ -424,6 +424,7 @@ LogLevel warn
# 'Proxy' request header is undefined by the IETF, not listed by IANA
#
RequestHeader unset Proxy early
Header set X-Frame-Options "deny"
</IfModule>

<IfModule mime_module>


Loading…
Cancel
Save