拒绝加载样式表“http://Fonts.GoogleAPIs.com/CSS?family=Whatever”,因为它违反了以下Content Security Policy指令:“style-src”self”unsafe-inline’“。
解决方法 这里有两件事要解决:>使用https作为Google字体链接(https://Fonts.GoogleAPIs.com/CSS?family=Whatever)>在Font-src指令中的style-src指令和https://Fonts.gstatic.com中授权https://Fonts.GoogleAPIs.com:“style-src”self“’unsafe-inline’https:// Fonts。 GoogleAPIs.com; Font-src’self’https://Fonts.gstatic.com data:“
总结以上是内存溢出为你收集整理的html – Google字体违反内容安全策略全部内容,希望文章能够帮你解决html – Google字体违反内容安全策略所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)