[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: allow wss
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: allow wss |
Date: |
Sat, 09 Sep 2017 11:42:42 +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 3f68041 allow wss
3f68041 is described below
commit 3f68041f66a0a1896d651c6fb51e086b101a9b88
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Sep 9 11:42:40 2017 +0200
allow wss
---
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 4d8b451..7ebcae1 100644
--- a/etc/nginx/conf.d/talerssl
+++ b/etc/nginx/conf.d/talerssl
@@ -10,4 +10,4 @@ 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'; script-src 'self'
'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src
'self'";
+add_header Content-Security-Policy "default-src 'self'; script-src 'self'
'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src
'self' wss";
--
To stop receiving notification emails like this one, please contact
address@hidden
- [GNUnet-SVN] [taler-deployment] branch master updated: allow wss,
gnunet <=