portalzine / PenPot - iFrame / Cors Usage
0 likes
0 forks
1 files
Last active 13 hours ago
| 1 | # Docker PENPOT_FRONTEND_FLAGS |
| 2 | # https://github.com/penpot/penpot/discussions/1085 |
| 3 | enable-cors |
| 4 | |
| 5 | # NGINX |
| 6 | # Remove any existing: |
| 7 | # add_header X-Frame-Options SAMEORIGIN; |
| 8 | |
| 9 | # If the upstream app sends X-Frame-Options: |
| 10 | proxy_hide_header X-Frame-Options; |
Newer
Older