How to add the Content Security Policy to load external JS files from CDN in ExpressJS?

前端 未结 0 1375
时光取名叫无心
时光取名叫无心 2021-01-21 11:43

In ExpressJS, the HTML file is loaded as follows,

app.use(express.static(__dirname + \'/src/templates/\'));

And in the HTML, this is my meta tag

相关标签:
回答
  • 消灭零回复
提交回复
热议问题