Page 1 of 1

Link Not Clickable - Oddity

Posted: Wed May 27, 2009 3:49 pm
by therube
Link Not Clickable - Oddity

Not sure if this is a NoScript issue or not?

URL: http://www.foodlion.com/
Weekly Specials link (either at top of page or on left hand side)

If foodlion.com is Allowed, then the Weekly Specials link is not effective.
If foodlion.com is NOT Allowed, the Weekly Specials link opens as expected.

Code: Select all

<a href="http://foodlion.mywebgrocer.com/RecipeMain.aspx" target="_blank">Recipes & Meal Planners</a></li>	
				<li style="border-bottom: medium none;"><a href="http://foodlion.mywebgrocer.com/CircularMain.aspx" target="_blank">Weekly Specials</a>

Re: Link Not Clickable - Oddity

Posted: Wed May 27, 2009 4:07 pm
by Alan Baxter
Confirmed. The link works again if I Allow google-analytics.com too. Did you try that yet?

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
NoScript 1.9.3.4

Re: Link Not Clickable - Oddity

Posted: Wed May 27, 2009 4:14 pm
by therube
No, never even gave that a thought.

So if both foodlion.com & google-analytics.com are Allowed, then the link works.

Code: Select all

[NoScript XSS] Sanitized suspicious request. Original URL [http://www.google-analytics.com/__utm.gif?utmwv=4.3&utmn=1810281501&utmhn=foodlion.mywebgrocer.com&utmcs=UTF-8&utmsr=1024x768&utmsc=32-bit&utmul=en-us&utmje=0&utmfl=10.0%20r22&utmdt=Food%20Lion%20of%20Westminster%20Circulars&utmhid=2023261026&utmr=http://www.foodlion.com/&utmp=/CircularMain.aspx?__utma=1.1744290439769756200.1243440759.1243440759.1243440759.1&__utmb=1.4.10.1243440759&__utmc=1&__utmx=-&__utmz=1.1243440759.1.1.utmcsr=(direct)%7Cutmccn=(direct)%7Cutmcmd=(none)&__utmv=-&__utmk=262830220&utmac=UA-3893611-1&utmcc=__utma%3D10406562.1464238643552712000.1243440762.1243440762.1243440762.1%3B%2B__utmz%3D10406562.1243440762.1.1.utmcsr%3Dfoodlion.com%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2F%3B] requested from [http://foodlion.mywebgrocer.com/CircularMain.aspx?__utma=1.1744290439769756200.1243440759.1243440759.1243440759.1&__utmb=1.4.10.1243440759&__utmc=1&__utmx=-&__utmz=1.1243440759.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)&__utmv=-&__utmk=262830220]. Sanitized URL: [http://www.google-analytics.com/__utm.gif?utmwv=4.3&utmn=1810281501&utmhn=foodlion.mywebgrocer.com&utmcs=UTF-8&utmsr=1024x768&utmsc=32-bit&utmul=en-us&utmje=0&utmfl=10.0%20r22&utmdt=Food%20Lion%20of%20Westminster%20Circulars&utmhid=2023261026&utmr=http%3A%2F%2Fwww.foodlion.com%2F&utmp=%2FCircularMain.aspx%3F__utma=1.1744290439769756200.1243440759.1243440759.1243440759.1&__utmb=1.4.10.1243440759&__utmc=1&__utmx=-&__utmz=1.1243440759.1.1.utmcsr=%20direct%20%7Cutmccn=%20direct%20%7Cutmcmd=%20none%20&__utmv=-&__utmk=262830220&utmac=UA-3893611-1&utmcc=__utma%2010406562.1464238643552712000.1243440762.1243440762.1243440762.1%3B%2B__utmz%2010406562.1243440762.1.1.utmcsr%20foodlion.com%7Cutmccn%20%20referral%20%7Cutmcmd%20referral%7Cutmcct%20%2F%3B#7494453172529124528].
(And now I'm not even sure how I generated the Unsafe Reload warning?)

Re: Link Not Clickable - Oddity

Posted: Wed May 27, 2009 5:16 pm
by Giorgio Maone
This can be worked around by setting the noscript.surrogates.ga.replacement preference to

Code: Select all

var _0=function(){};with(window)urchinTracker=_0,_gat={_getTracker:function(){return {__noSuchMethod__:_0, _link: function(h){location.href=h}}}}
If this doesn't break other sites, I'm gonna change the default in next release.