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

The jsFiddle in the readme is broken in Chrome #1

Open
jrabbe opened this issue Jul 24, 2013 · 2 comments
Open

The jsFiddle in the readme is broken in Chrome #1

jrabbe opened this issue Jul 24, 2013 · 2 comments

Comments

@jrabbe
Copy link

jrabbe commented Jul 24, 2013

JavaScript console:

Blocked a frame with origin "http://jsfiddle.net" from accessing a frame with origin "http://fiddle.jshell.net". Protocols, domains, and ports must match.
Refused to execute script from 'https://raw.github.com/mahpour/bootstrap-input-clear-button/master/jquery.input-clear.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled. [VM]  (64):1
Uncaught TypeError: Object [object Object] has no method 'inputClear' fiddle.jshell.net/ELGga/show/light/:31
@hugolpz
Copy link

hugolpz commented Oct 21, 2013

+1. http://jsfiddle.net/hugolpz/WKcGr/35/ , or http://stackoverflow.com/a/18948868/1974961

We get the error message:
Blocked a frame with origin "http://fiddle.jshell.net" from accessing a frame with origin "http://jsfiddle.net". Protocols, domains, and ports must match.

@protobi
Copy link

protobi commented Jan 23, 2014

The issue is GitHub permissions don't let it be used as a CDN. Some other smart person created a site "rawgithub.com" which serves as a proxy. Changed https://raw.github.com/... to http://rawgithub.com/... in this fiddle...

http://jsfiddle.net/ELGga/13/

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