We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bd9c1 commit 22e3f49Copy full SHA for 22e3f49
frontend/nginx.conf
@@ -5,6 +5,8 @@ upstream web {
5
server {
6
listen 80;
7
8
+ add_header Content-Security-Policy "frame-ancestors 'none'" always;
9
+
10
location ~ ^/api(/?)(.*) {
11
proxy_pass http://web/$2$is_args$args;
12
}
0 commit comments