Last active 16 hours ago

Revision 18caa8119a27664abf8f3e7a1e78a74a2fcdffcc

docker_penpot_cors_iframe Raw
1# Docker PENPOT_FRONTEND_FLAGS
2enable-cors
3
4# NGINX
5# Remove any existing:
6# add_header X-Frame-Options SAMEORIGIN;
7
8# If the upstream app sends X-Frame-Options:
9proxy_hide_header X-Frame-Options;
10add_header Content-Security-Policy "frame-ancestors 'self' https://your-parent-domain.com" always;