Skip to content

Commit

Permalink
chore: extend frame-ancestors list
Browse files Browse the repository at this point in the history
  • Loading branch information
keellyp committed Dec 19, 2024
1 parent a9fab15 commit b26d1b2
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 b26d1b2

Please sign in to comment.