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
+4
View File
@@ -110,4 +110,8 @@ server {
expires max;
log_not_found off;
}
# website should not be displayed inside a <frame>, an <iframe> or an <object>
add_header X-Frame-Options SAMEORIGIN;;
}