diff --git a/deploy/nginx.conf b/deploy/nginx.conf index f605d4984..226819ae7 100644 --- a/deploy/nginx.conf +++ b/deploy/nginx.conf @@ -39,7 +39,8 @@ http { if ($request_filename ~* ^.*?\.(html)$){ add_header Cache-Control no-store; add_header Pragma no-cache; - add_header X-Frame-Options "SAMEORIGIN"; + # add_header X-Frame-Options "SAMEORIGIN"; + add_header Content-Security-Policy "frame-ancestors 'self' https://tgapp.herewallet.app"; } } # location ~ ^/[^/]+\.js$ {