Y
Hacker News
new
|
ask
|
show
|
jobs
by
reyan
4815 days ago
Hotlinking raw.github.com assets has a rate limit. The demo is not working properly (apparently because of jquery.hotkeys.js).
2 comments
gojko
4815 days ago
I've replaced the hotlink, hopefully the new page will be up soon
link
ajanuary
4815 days ago
raw.github.com serves js files with text/plain as the mimetype and a 'X-Content-Type-Options: nosniff' header, which prevents Chrome from executing it.
link