This commit is contained in:
Jonathan Baecker 2020-05-04 13:22:44 +02:00
parent 940c64e7d7
commit 3e08947a05

View File

@ -15,6 +15,8 @@ server {
charset utf-8;
client_max_body_size 7000M; # should be desirable value
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";