Browse Source

Merge ae908b4597 into cb3ce17086

pull/28/merge
bogdanovic 9 years ago
committed by GitHub
parent
commit
4ba65fcd74
  1. 2
      conf/nginx.conf

2
conf/nginx.conf

@ -19,6 +19,8 @@ location ^~ #LOCATION# {
add_header X-Robots-Tag none;
add_header X-Download-Options noopen;
add_header X-Permitted-Cross-Domain-Policies none;
# Add data: to allow /ynhpanel.css to be load due to image on data:base64
more_set_headers Content-Security-Policy "default-src data:;";
# Set max upload size
client_max_body_size 10G;

Loading…
Cancel
Save