Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Chrome 35.0.1.1883.0 dev-m #5

Open
ChrisCarini opened this issue Mar 15, 2014 · 1 comment
Open

Error in Chrome 35.0.1.1883.0 dev-m #5

ChrisCarini opened this issue Mar 15, 2014 · 1 comment

Comments

@ChrisCarini
Copy link

Chrome Console Displays: Refused to execute script from 'https://raw.github.com/moski/gist-Blogger/master/public/gistLoader.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.

Searching for a fix lead me here: http://stackoverflow.com/questions/17341122/link-and-execute-external-javascript-file-hosted-on-github

Which lead me here: https://github.com/blog/1482-

Turns out it can't be linked to the github hosted version; self hosting the two js files (and modifying the link in the loader.js file) fixed the issue for me.

@hanxue
Copy link

hanxue commented Apr 25, 2014

Is it possible to serve gistLoader.js from Github Pages instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants