We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9de7f commit 9b0635cCopy full SHA for 9b0635c
1 file changed
docat/docat/nginx/default
@@ -8,6 +8,7 @@ server {
8
9
root /var/www/html;
10
11
+ add_header Content-Security-Policy "frame-ancestors 'self';";
12
index index.html index.htm index.pdf /index.html;
13
14
server_name _;
0 commit comments