From eeea222e30d5d3ff309856047d26816a41331b54 Mon Sep 17 00:00:00 2001 From: Mykola Marzhan Date: Mon, 20 Nov 2017 15:22:00 +0200 Subject: [PATCH] allow qan-app to be opened in iframe --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 4bcead1cd..74036c60f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -56,6 +56,7 @@ location /qan { alias /usr/share/percona-qan-app; try_files $uri$args $uri$args/ /index.html break; + add_header X-Frame-Options SAMEORIGIN; } # QAN API