Skip to content

Commit f59b656

Browse files
authored
Merge pull request #577 from appuio/set-Content-Security-Policy-headers
Deny frame ancestors
2 parents af83177 + 61758ec commit f59b656

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker/nginx.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ server {
66
index index.html;
77

88
try_files $uri $uri/ /index.html?$args;
9+
10+
add_header X-Frame-Options "DENY";
11+
add_header Content-Security-Policy "frame-ancestors 'none';";
912
}
1013
location /appuio-api/ {
1114
proxy_pass ${APPUIO_API};

0 commit comments

Comments
 (0)