mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
docs: add comment to security headers
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user