There was an error while loading. Please reload this page.
2 parents af83177 + 61758ec commit f59b656Copy full SHA for f59b656
1 file changed
docker/nginx.conf
@@ -6,6 +6,9 @@ server {
6
index index.html;
7
8
try_files $uri $uri/ /index.html?$args;
9
+
10
+ add_header X-Frame-Options "DENY";
11
+ add_header Content-Security-Policy "frame-ancestors 'none';";
12
}
13
location /appuio-api/ {
14
proxy_pass ${APPUIO_API};
0 commit comments