无法将随机数属性应用于我的内联CSS

时间:2019-07-30 13:03:22

标签: javascript html css content-security-policy nonce

我也曾使用过内联CSS,因此就像我在样式中添加了nonce一样,例如 。我需要在随机样式中添加随机数。

不知道在哪里应用,因为在嵌入式CSS中,我们仅添加了它的属性。

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

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

1 个答案:

答案 0 :(得分:1)

对于要“列入白名单”的内联脚本,使后端代码在通过网络发送文档之前将现时属性插入到文档中。

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