Skip to content
Charles
Go back

nginx allow iframe

Edit page

配置允许同源 iframe 和指定域名 iframe

add_header Content-Security-Policy "frame-ancestors 'self' *.test.com *.test.cn";

配置允许跨站 Set-Cookie

点击查看文档


Edit page
Share this post:

Previous Post
Obsidian 使用
Next Post
GoFrame gRPC 入门