nuxtjs 默认阻止加载 youtube 视频还是浏览器?

nuxtjs is blocking the loading of youtube videos by default or is it the browser?

我已设置:

render: {
  csp: false
},

在我的 nuxt.config.js 但 YouTube 视频仍被 CSP 阻止?

这是默认浏览器吗?

问题不在于 nuxtjs,而是我的 nginx 配置中的 csp 设置,它通过 http header 注入覆盖了 nuxtjs 设置。