mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-29 04:17:07 +00:00
Merge 935948fa2b
into cd39c2b53f
This commit is contained in:
commit
0bd1dcde79
@ -43,5 +43,8 @@ server {
|
||||
ssl_certificate $SSL_CERTIFICATE;
|
||||
ssl_certificate_key $SSL_KEY;
|
||||
|
||||
# Add protection against clickjacking attacks by adding an X-Frame-Options
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
|
||||
# ADDITIONAL DIRECTIVES HERE
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user