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
+1 -1
View File
@@ -136,5 +136,5 @@ server {
}
# website should not be displayed inside a <frame>, an <iframe> or an <object>
add_header X-Frame-Options DENY;
add_header X-Frame-Options SAMEORIGIN;;
}