commit 6abde997c3ce5d485e4ab4102d90e38d7e6c9293 parent 253f39e2604bdc1c3ac7aa320228365ac6a4de82 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 9 Sep 2017 11:45:05 +0200 allow wss Diffstat:
| M | 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 @@ -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' wss://taler.net"; +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";