网页使用的 bootstrap 的 icons ,之前是正常的,最近几天开始发现图标有的展示不出来,有的展示成乱码。
我这里看 bootcdn 官网文件列表前面和按钮的图标也乱码: https://www.bootcdn.cn/jquery/
控制台有报错:
downloadable font: rejected by sanitizer (font-family: "bootstrap-icons" style:normal weight:400 stretch:100 src index:0) source: https://cdn.bootcdn.net/ajax/libs/bootstrap-icons/1.9.1/font/fonts/bootstrap-icons.woff2?8d200481aa7f02a2d63a331fc782cfaf
downloadable font: incorrect file size in WOFF header (font-family: "bootstrap-icons" style:normal weight:400 stretch:100 src index:1) source: https://cdn.bootcdn.net/ajax/libs/bootstrap-icons/1.9.1/font/fonts/bootstrap-icons.woff?8d200481aa7f02a2d63a331fc782cfaf
downloadable font: rejected by sanitizer (font-family: "bootstrap-icons" style:normal weight:400 stretch:100 src index:1) source: https://cdn.bootcdn.net/ajax/libs/bootstrap-icons/1.9.1/font/fonts/bootstrap-icons.woff?8d200481aa7f02a2d63a331fc782cfaf
尝试换成 jsDelivr 是正常的,但是里面又会加载 cdn.cloudflare 导致网页几乎打不开,静态文件不想放本地,不知道大家都用的什么 cdn ,有没有国内外都稳定的免费cdn 推荐?
1
bagel 329 天前
都打包进去,你自己的 js 总得有地方放吧,一样处理即可
|
2
Masoud2023 329 天前
尽量少用这种公共 cdn
|
3
Track13 329 天前 1
除了不可抗因素,就 bootcdn 炸的次数最多。
|
4
lonhongg 329 天前
还是换了吧,前天开始项目里一直用的一个 lib 内容被改了导致出现问题,版本这些都没改过。
同 lib 同版本切成其它 CDN 就正常。 |
5
ashin OP @bagel 放本地服务器响应时间 10 毫秒内,cdn80-200ms ,一个 css 文件里面有 url 引入了其他 font 文件,这种搞起来有点麻烦,有没有啥一键 localhost 的工具
@Masoud2023 主要是想省点带宽 @lonhongg 老哥换成啥了 |
6
ysc3839 329 天前 via Android
bootcdn 半年前刚发生过投毒事件,似乎 bootcdn 并没有回应此次事件,所以不排除是他自己投的毒
https://zhuanlan.zhihu.com/p/639728142 |
7
Domado 329 天前
已经换了,bootcdn 已经不是一次两次炸了
|