1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 15:28:06 +02:00

Remove addition of headers which are added by web anyway

This commit is contained in:
Christopher Hoskin 2021-04-26 11:47:10 +01:00
parent e78febc3b5
commit 9dcd79fe24

View file

@ -50,10 +50,6 @@ http {
server_tokens off;
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
client_max_body_size 50M;
location / {