zhangyuang / ssr

A most advanced ssr framework support React17/React18/Vue2/Vue3 on Earth that implemented serverless-side render specification.
http://doc.ssr-fc.com/
MIT License
2.61k stars 284 forks source link

有考虑在 `initialData` 的标签增加 `nonce` 吗, 支持CSP的一些配置 #190

Closed fimars closed 1 year ago

fimars commented 2 years ago

详细描述你的问题

https://content-security-policy.com/nonce/

参考CSP文档的这部分,现在实现服务端渲染注入数据的 <script>window.__INITIALDATA__=...</script>标签有没有考虑增加 nonce 属性,帮助一些配置了CSP的网站使用