We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb9de7f + 9b0635c commit d05fb53Copy full SHA for d05fb53
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