Open linwh203 opened 2 months ago
https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP#fetch_directives and https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/nonce
CSP is already becoming very common. I'm looking forward to nonce support
Example: https://primevue.org/configuration/#csp
Primevue provides the ability to set a nonce
描述错误
当对应用有安全性需求的时候,CSP不允许使用unsafe-inline。 在vite5中可以通过配置 html.cspNonce 给页面所有script和style加上Nonce满足CSP的要求。 但naiveUI似乎并不适用,打开页面后控制台报错,且UI库的组件均无法正常使用。
复现步骤
最小复现链接
https://github.com/linwh203/csp-naive
系统信息
使用的包管理器
npm
验证