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: oops, also allow


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: oops, also allow 'self' for img-src
Date: Tue, 06 Feb 2018 12:12:44 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 9d203f0  oops, also allow 'self' for img-src
9d203f0 is described below

commit 9d203f05ee0f0917a4e3f6aaf72cab602ff672a5
Author: Florian Dold <address@hidden>
AuthorDate: Tue Feb 6 12:12:32 2018 +0100

    oops, also allow 'self' for img-src
---
 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 3aa9a47..3c33de6 100644
--- a/etc/nginx/conf.d/talerssl
+++ b/etc/nginx/conf.d/talerssl
@@ -10,5 +10,5 @@ add_header Strict-Transport-Security "max-age=63072000; 
includeSubDomains; prelo
 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'; img-src data:; 
script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 
'unsafe-inline'; connect-src 'self' wss://buildbot.taler.net";
+add_header Content-Security-Policy "default-src 'self'; img-src 'self' data:; 
script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 
'unsafe-inline'; connect-src 'self' wss://buildbot.taler.net";
 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]