gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: django needs same


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: django needs same-origin
Date: Sat, 09 Sep 2017 22:46:12 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new f6d484b  django needs same-origin
f6d484b is described below

commit f6d484b7d12076911ff6bfce6ba5f846a403309f
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Sep 9 22:46:09 2017 +0200

    django needs same-origin
---
 etc/nginx/conf.d/talerssl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/nginx/conf.d/talerssl b/etc/nginx/conf.d/talerssl
index f4d39d9..e5d5411 100644
--- a/etc/nginx/conf.d/talerssl
+++ b/etc/nginx/conf.d/talerssl
@@ -11,4 +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";
+add_header Referrer-Policy "same-origin";

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]