Failed to find a valid digest in the 'integrity' attribute for resource #571
-
|
Failed to find a valid digest in the 'integrity' attribute for resource 'http://s1nh.com/lib/@fortawesome/fontawesome-free/css/all.min.css' with computed SHA-256 integrity 'DfWjNxDkM94fVBWx1H5BMMp0Zq7luBlV8QRcSES7s+0='. The resource has been blocked. 有大佬知道怎么解决吗 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
|
这个链接的文件和 integrity 都没有问题。你看看是不是网络不稳定。也可以换 https 试试。 |
Beta Was this translation helpful? Give feedback.
-
all.min.css的header: 可以看到,style标签设置了 |
Beta Was this translation helpful? Give feedback.
-
|
感觉这是 |
Beta Was this translation helpful? Give feedback.

SRI也会检查CORS。
all.min.css的header:
可以看到,style标签设置了
crossorigin="anonymous",但HTTP h…