如何从外部加载GitHub的JavaScript文件?

时间:2013-10-10 01:41:19

标签: javascript css github

如何从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>

1 个答案:

答案 0 :(得分:16)

您无法从Github加载JavaScript,因为内容类型不是application/javascripttext/javascript

这样做是为了防止您将Github用作CDN,这违反了他们的服务条款。

另请参阅:https://rawgithub.com/

而且:https://github.com/blog/1482-heads-up-nosniff-header-support-coming-to-chrome-and-firefox