Skip to content

Commit

Permalink
chore: extend frame-ancestors list (#1927)
Browse files Browse the repository at this point in the history
  • Loading branch information
keellyp authored Dec 19, 2024
1 parent f035151 commit 4509088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4509088

Please sign in to comment.