taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit a177c1f6f4dd757acc19a259874b4410dbcbbd57
parent 6abde997c3ce5d485e4ab4102d90e38d7e6c9293
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  9 Sep 2017 11:47:53 +0200

disable referrer

Diffstat:
Metc/nginx/conf.d/talerssl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/etc/nginx/conf.d/talerssl b/etc/nginx/conf.d/talerssl @@ -11,3 +11,4 @@ add_header X-XSS-Protection "1; mode=block"; add_header X-Frame-Options "SAMEORIGIN"; add_header X-Content-Type-Options "nosniff"; add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src 'self' wss://buildbot.taler.net"; +add_header Referrer-Policy "no-referrer";