如何使用 Webpack 捆绑器在单页应用程序中设置 Frame Ancestors CSP?我知道无法在 HTML 中使用
<meta>
我尝试在 webpack-dev-server headers 选项中附加
Content-Security-Policy: frame-ancestors 'self'
谢谢!
您可以使用指令frame-src。
frame-src 'self' https://www.youtube.com/