docs: add comment to security headers

This commit is contained in:
Torsten Dittmann
2024-07-18 18:26:53 +02:00
parent a8a777f0dc
commit 04da5eefaa
+1
View File
@@ -10,6 +10,7 @@ server {
gzip_static on;
# Deny IE browsers from going into quirks mode
add_header X-UA-Compatible "IE=Edge";
# X-Frame-Options is to prevent from clickJacking attack
add_header X-Frame-Options SAMEORIGIN;