summaryrefslogtreecommitdiffstats
path: root/meta-ibm/recipes-httpd/nginx/files/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ibm/recipes-httpd/nginx/files/nginx.conf')
-rw-r--r--meta-ibm/recipes-httpd/nginx/files/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ibm/recipes-httpd/nginx/files/nginx.conf b/meta-ibm/recipes-httpd/nginx/files/nginx.conf
index be7faf92f..befe98626 100644
--- a/meta-ibm/recipes-httpd/nginx/files/nginx.conf
+++ b/meta-ibm/recipes-httpd/nginx/files/nginx.conf
@@ -88,7 +88,7 @@ http {
add_header X-Frame-Options deny;
add_header X-XSS-Protection "1; mode=block";
add_header X-Content-Type-Options nosniff;
- add_header Content-Security-Policy "frame-ancestors 'none'; default-src 'self' 'unsafe-eval' 'unsafe-inline'";
+ add_header Content-Security-Policy "frame-ancestors 'none'; default-src 'self' wss: 'unsafe-eval' 'unsafe-inline'";
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload";
add_header Cache-Control "no-store,no-cache";
add_header Pragma "no-cache";
OpenPOWER on IntegriCloud