Page 1 of 1
Script not working even if NoScript is allowing everything
Posted: Wed Aug 24, 2011 9:14 am
by forestmountain
Firefox6/NoScript2.1.2.6 - fold-out function is not working
Example page:
http://midttrafik.dk/k%C3%B8replaner/bybus/aarhus
Clicking on the lines with 1A, 2A, 3A and so on, should fold out some text, map and download-link.
Allow scripts globally doesn't make fold-out work. I have to totally disable the add-on to make the page work.
Anything that I can disable in NoScript, as I don't want to disable NoScript.
Regards
Kent Knudsen
Re: Script not working even if NoScript is allowing everythi
Posted: Wed Aug 24, 2011 9:41 am
by al_9x
from the error console:
Code: Select all
[NoScript] Blocking cross-site Javascript served from http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js with wrong type info text/x-c, attachment; filename="jquery-1.3.2.min.js" and included by http://midttrafik.dk/k%C3%B8replaner/bybus/aarhus
NS blocks cross site scripts served with wrong mime (noscript.inclusionTypeChecking), you can add jqueryjs.googlecode.com to the exceptions list (noscript.inclusionTypeChecking.exceptions)
Re: Script not working even if NoScript is allowing everythi
Posted: Fri Aug 26, 2011 5:12 pm
by forestmountain
al_9x wrote:from the error console:
Code: Select all
[NoScript] Blocking cross-site Javascript served from http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js with wrong type info text/x-c, attachment; filename="jquery-1.3.2.min.js" and included by http://midttrafik.dk/k%C3%B8replaner/bybus/aarhus
NS blocks cross site scripts served with wrong mime (noscript.inclusionTypeChecking), you can add jqueryjs.googlecode.com to the exceptions list (noscript.inclusionTypeChecking.exceptions)
Thanks for the quick answer (I'm a slow answerer!) Adding jqueryjs.googlecode.com to the exceptions list worked. Appreciated.
Re: Script not working even if NoScript is allowing everythi
Posted: Sat Aug 27, 2011 1:07 am
by therube
[NoScript] Blocking cross-site Javascript served from ...
Is this separate from the XSS options?
As in why does unchecking the two XSS options not have an affect?
Unchecked, the site still does not work & the Error Console messages are still logged?
Re: Script not working even if NoScript is allowing everythi
Posted: Fri Sep 02, 2011 11:04 pm
by forestmountain
Adding jqueryjs.googlecode.com in noscript.inclusionTypeChecking.exceptions on Firefox' about:config works. Don't know why this can't be added via the NoScript GUI...