强制 CSS 通过 Github 上的标准 HTTP 加载?
您可能知道,Github 强制使用 HTTPS 连接。如何强制样式表通过标准 HTTP 连接加载?
这是因为我位于学校防火墙后面,样式表的 HTTPS 版本被阻止,但 HTTP 版本却未被阻止。
As you may know, Github forces an HTTPS connection. How could I force the stylesheets to load through a standard HTTP connection?
This is because I am behind a school firewall, and the HTTPS version of the stylesheets is blocked, but the HTTP version isn't.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许有一个 Greasemonkey 脚本来重写 css 文件的 URI?
Perhaps a Greasemonkey script to rewrite the URIs for the css files?