| 1 | # Docker PENPOT_FRONTEND_FLAGS |
| 2 | enable-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: |
| 9 | proxy_hide_header X-Frame-Options; |
| 10 | add_header Content-Security-Policy "frame-ancestors 'self' https://your-parent-domain.com" always; |
portalzine / PenPot - iFrame / Cors Usage
Last active 1 month ago
Revision dc4bc16b4b8897729e33027045686c777aee7977