如何从raw.github.com加载JavaScript文件?这个CSS代码非常好用:
<link rel="stylesheet" type="text/css" href="https://raw.github.com/myusername/myrepo/master/style.css">
但它不适用于JavaScript:
<script src="https://raw.github.com/myusername/myrepo/master/script.js"></script>
答案 0 :(得分:16)
您无法从Github加载JavaScript,因为内容类型不是application/javascript
或text/javascript
。
这样做是为了防止您将Github用作CDN,这违反了他们的服务条款。
而且:https://github.com/blog/1482-heads-up-nosniff-header-support-coming-to-chrome-and-firefox