如何使用webpack设置CSP Nonce?

时间:2016-12-05 21:22:51

标签: webpack content-security-policy nonce

我需要在webpack创建的内联脚本中添加一个nonce,我找不到任何关于如何配置它的文档。我找到了这个pr:https://github.com/webpack/webpack/pull/3210/files,但我无法弄清楚如何在我的开发环境中设置__webpack_nonce__

1 个答案:

答案 0 :(得分:-1)

您只需在index.js文件中设置__webpack_nonce__ = 'value';即可。

另请参阅:https://github.com/webpack/webpack/pull/3210#issuecomment-278913120