iNettuts demo page

Bug reports and enhancement requests
Post Reply
Marlon
Posts: 2
Joined: Thu Nov 18, 2010 9:35 am

iNettuts demo page

Post by Marlon »

Hello,

This demo site here - http://d2o0t5hpnwv4c1.cloudfront.net/12 ... index.html - works in both IE and Chrome, it also works in firefox if I disable NoScript. But if I have it enabled it doesn't work (the edit and close icons don't show up and the divs aren't draggable) even if I allow scripts on the site and googlecode.com

I have a feeling it might be a XSS bug but I'm not entirely sure if I'm honest.

Firefox version - 3.6.12
NoScript version - 2.0.5.1

Its not a huge deal but just thought might be helpful to tell you.
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
Alan Baxter
Ambassador
Posts: 1586
Joined: Fri Mar 20, 2009 4:47 am
Location: Colorado, USA

Re: iNettuts demo page

Post by Alan Baxter »

It's a bug in the site. See this post for a workaround. (The workaround doesn't seem to work for this site.)
http://forums.informaction.com/viewtopi ... 243#p23243
From the Error Console:

Code: Select all

[NoScript] Blocking cross-site Javascript served from http://jqueryjs.googlecode.com/files/jquery-1.2.6.min.js with wrong type info text/x-c, attachment; filename="jquery-1.2.6.min.js" and included by http://d2o0t5hpnwv4c1.cloudfront.net/127_iNETTUTS/demo/index.html
Edit: Workaround doesn't work.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
Marlon
Posts: 2
Joined: Thu Nov 18, 2010 9:35 am

Re: iNettuts demo page

Post by Marlon »

ok yep that makes sense, thanks for clarifying it for me.

Apologise for thinking of it as a bug
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
Alan Baxter
Ambassador
Posts: 1586
Joined: Fri Mar 20, 2009 4:47 am
Location: Colorado, USA

Re: iNettuts demo page

Post by Alan Baxter »

This code works. Append it to the noscript.inclusionTypeChecking.exceptions about:config preference. Put a space in front it if there's already something there.

Code: Select all

/jquery-[\d+\.]+\.min\.js$
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
Post Reply