changed nginx X-Frame-Option to SAMEORIGIN

This commit is contained in:
2019-04-29 13:09:22 +02:00
parent edc901da54
commit c892d4561a
4 changed files with 13 additions and 1 deletions
@@ -59,4 +59,8 @@ server {
location ~ /\.ht {
deny all;
}
# website should not be displayed inside a <frame>, an <iframe> or an <object>
add_header X-Frame-Options SAMEORIGIN;;
}