无法将 nonce 属性应用于我的内联 css

Not able to apply nonce attribute to my inline css

我也被内联使用 css 所以就像我在我的风格中添加了 nonce 例如 .我需要将随机数添加到我的内联样式中。

不知道在哪里申请,因为在 css 中,我们只添加它 属性.

<html>
<input type="text" style="width:95%;height:80%;padding:10px;display:none" />
<!-- here i wanted to add nonce -->`
</html>

这里我想添加随机数,注意不能将所有css全部移除到头部或外部。

对于您想加入“白名单”的内联脚本,让您的后端代码在文档通过网络发送之前将一个 nonce 属性插入到文档中。

 <script nonce="EDNnf07nceIrfp39fn3e9h3sdfa">...</script>