Page 1 of 1

jsfiddle

Posted: Sat Jul 21, 2012 1:27 am
by Andreas
Hello,

can't get this to work http://jsfiddle.net/B2Nza/30/

Seams that this resource could not be loaded https://raw.github.com/Goutte/Eye/master/Source/Eye.js

Take a look without noscript or another browser without noscript to see what should happen.

Tried for hours by filling in xss exceptions and playing with the other options. Would be nice, if someone takes a look. Also a confirmation that you can not get it to work will be nice.

Thank you, Andreas

Re: jsfiddle

Posted: Sat Jul 21, 2012 5:24 am
by Thrawn
Just a guess: Can you see messages in Tools-Error Console similar to the following?

Code: Select all

Blocking cross-site Javascript served from https://raw.github.com/Goutte/Eye/master/Source/Eye.js
If so, then it's a case of site misdesign, and is not NoScript's fault, but if you're willing to live dangerously, you can work around it: http://forums.informaction.com/viewtopi ... 932#p37935

Re: jsfiddle

Posted: Sat Jul 21, 2012 8:48 pm
by Andreas
Hello Thrawn,

a big thank you for your answer. Adding raw.github.com to noscript.inclusionTypeChecking.exceptions made it.

And your answer leads me to this great article http://zoompf.com/2012/05/html5shiv-and ... positories

I'm a webmaster and I don't like jsfiddle as it adds so many resources from external domains. I never include external sources into my websites. But I often had to take a look at scripts from other developers presenting them on jsfiddle, f.e. some mootools forge demos.

Thanks, Andreas

Re: jsfiddle

Posted: Sat Jul 21, 2012 8:49 pm
by Andreas
Ups, I forgot. No, there were no such messages in console I already looked after that.