Skip to content

Commit

Permalink
Apache configuration file was changed to always set the header `X-Fra…
Browse files Browse the repository at this point in the history
…me-Options` to `sameorigin` to prevent clickjacking attacks. (#122)
  • Loading branch information
dgswan authored Jul 15, 2019
1 parent fab8ef4 commit 30af31b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docker/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -570,3 +570,5 @@ SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>

Header onsuccess unset X-Frame-Options
Header always set X-Frame-Options "sameorigin"

0 comments on commit 30af31b

Please sign in to comment.