16 lines
436 B
Plaintext
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
|
|
}
|
|
}
|