nomadweb/deploy/caddy/lounge.nomadro.com.caddy
eric 5d741df77b Fix live room iframe CSP blocking and add open-in-new-tab fallback.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-04 07:39:52 -05:00

16 lines
436 B
Plaintext

lounge.nomadro.com {
encode gzip
reverse_proxy https://lounge.nomadro.cn {
header_up Host lounge.nomadro.cn
header_down -Content-Security-Policy
header_down -X-Frame-Options
transport http {
tls_insecure_skip_verify
}
}
header {
Content-Security-Policy "frame-ancestors 'self' https://nomadweb.nomadro.com https://nomadro.cn https://www.nomadro.cn http://localhost:3001 http://127.0.0.1:3001"
-X-Frame-Options
}
}