From 4509088700b5a7ba91405f24961f2b86a9bab4da Mon Sep 17 00:00:00 2001 From: Kelly Phan Date: Thu, 19 Dec 2024 11:40:19 +0100 Subject: [PATCH] chore: extend frame-ancestors list (#1927) --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 16febf9dc..8540251e1 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -3,7 +3,7 @@ server { listen [::]:80; location / { - add_header Content-Security-Policy "frame-ancestors *.force.com *.zive.app *.zive.dev *.localhost *.systeminit.com;" always; + add_header Content-Security-Policy "frame-ancestors *.force.com *.zive.app *.zive.dev *.localhost *.systeminit.com *.storecommander.com *.storecommander.eu *.dev.storecommander.eu;" always; root /usr/share/nginx/html; index index.html index.htm; try_files $uri $uri/ /index.html =404;