[issues?] Suddenly all google search result contain prefix

Ask for help about NoScript, no registration needed to post
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: [It's back] Suddenly all google search result contain pr

Post by Giorgio Maone »

sigmax2 wrote: On Tuesday 21st Feb, I noticed that the problem had returned and upgraded again to NoScript 2.3.1.rc4 Unfortunately, the problem is still there.
Could you please describe in details your problem?
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Mc

Re: [issues?] Suddenly all google search result contain pref

Post by Mc »

All search links end here now in a "302 Moved" message.
Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Firefox/10.0.2 SeaMonkey/2.7.2 Lightning/1.2
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: [issues?] Suddenly all google search result contain pref

Post by Giorgio Maone »

Mc wrote:All search links end here now in a "302 Moved" message.
1) Are you using google.com or a local domain (e.g. google.co.uk)?
2) Are google.com and gstatic.com allowed or forbidden?
3) Could you share a search URL and one of these results URL leading to "302 Moved"?
4) Does it happe on a clean profile with just NoScript installed?
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Mc

Re: [issues?] Suddenly all google search result contain pref

Post by Mc »

Giorgio Maone wrote:
Mc wrote:All search links end here now in a "302 Moved" message.
1) Are you using google.com or a local domain (e.g. google.co.uk)?
2) Are google.com and gstatic.com allowed or forbidden?
3) Could you share a search URL and one of these results URL leading to "302 Moved"?
4) Does it happe on a clean profile with just NoScript installed?
1. Both.
2. google is not allowed, gstatic is blocked by RequestPolicy.
Seems RequestPolicy blocks all search results, because google makes request to the results now (again?). The resulting redirect site looks different from the further one, though.
So your bypass doesn't work any longer here, and I wouldn't even know, if RequestPolicy would not block the redirect.
3. You can take any, with my settings.
4. I can try it, if it's still needed
Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Firefox/10.0.2 SeaMonkey/2.7.2 Lightning/1.2
obiwan

Re: [issues?] Suddenly all google search result contain pref

Post by obiwan »

I can confirm what a previous poster said. My Google results links look like

Code: Select all

http://www.google.co.uk/url?q=http://...
at the moment, so you may need to match /url?q= as well as /url?url= in the regex. I've seen both variations.

If I change it from

Code: Select all

for each(let et in ['focus','mouseover','mousedown','click'])addEventListener(et,function(e){var a=e.target;if(a.href&&!a._href){a._href=a.href=a.href.replace(/.*\/url.*[\?|&]url=(http[^&]+).*/,function(a,b)decodeURIComponent(b));if(/\brwt\(/.test(a.getAttribute('onmousedown')))a.removeAttribute('onmousedown')}},true)
to

Code: Select all

for each(let et in ['focus','mouseover','mousedown','click'])addEventListener(et,function(e){var a=e.target;if(a.href&&!a._href){a._href=a.href=a.href.replace(/.*\/url.*[\?|&](?:url|q)=(http[^&]+).*/,function(a,b)decodeURIComponent(b));if(/\brwt\(/.test(a.getAttribute('onmousedown')))a.removeAttribute('onmousedown')}},true)
then it works.
Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
DJ-Leith
Senior Member
Posts: 152
Joined: Thu Aug 04, 2011 4:23 pm

Re: [issues?] Suddenly all google search result contain pref

Post by DJ-Leith »

Mc wrote:
Giorgio Maone wrote:
Mc wrote:All search links end here now in a "302 Moved" message.
1) Are you using google.com or a local domain (e.g. google.co.uk)?
2) Are google.com and gstatic.com allowed or forbidden?
3) Could you share a search URL and one of these results URL leading to "302 Moved"?
4) Does it happe on a clean profile with just NoScript
installed?
1. Both.
2. google is not allowed, gstatic is blocked by RequestPolicy.
Seems RequestPolicy blocks all search results, because google makes request to the results now (again?).
The resulting redirect site looks different from the further one, though.
So your bypass doesn't work any longer here, and I wouldn't even know, if RequestPolicy would not block
the redirect.
3. You can take any, with my settings.
4. I can try it, if it's still needed
I see similar to Mc,
Mc wrote:All search links end here now in a "302 Moved" message.
I have seen this on Fx 3.6.27, Aurora (12.0a2) and 10.0.2 (on several profiles, on two PCs, all with NoScript 2.3.1rc4).
However, this may be due to RequestPolicy (all Profiles just mentioned have RequestPolicy).
It might be because I have been testing on google.co.uk

Using a profile with NoScript as the ONLY Add-On Extension, on Fx 3.6.27, I get the following.
1. Using google.co.uk
2. No google domains in the whitelist (of any kind including no gstatic).
3. Search for anything, e.g.

Code: Select all

"Windows 7" mouse hard to see
Right click the top 'result URL' and choose "Open Link in New Tab" ==> opens in a New Tab (as one would expect).

However,
IF the Profile has NoScript and RequestPolicy I get
Right click a 'result URL' and choose "Open Link in New Tab" ==> opens a "302 Moved" page.
This "302 Moved" page has a single link to

Code: Select all

http://www.microsoft.com/athome/setup/magnify.aspx
if you choose the first result from the example search (above).
At this point RequestPolicy is 'asking',
Temporarily allow requests from google.co.uk to microsoft.com
I'm no expert, but I think the Referer (as shown by RefControl 0.8.16), will now have the 'trailing suffix' [presumably identifying your search, and possibly disclosing more] when you 'get to your destination'.
In this example, clicking on the link on the "302 Moved" page,
and going to microsoft (as in the code box above) the Referer has a lot of 'code type stuff' in the suffix.
I speculate that, in this example, Google still 'captured my search' AND Microsoft (by looking at the
Referer 'page where I was coming from') - the "302 Moved" page - can also 'see how I arrived' / 'found their page'.

So, I conclude that RequestPolicy 0.5.22 and NoScript 2.3.1rc4
are not working as well as they were before Google started
making changes.

DJ-Leith
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.27) Gecko/20120216 Firefox/3.6.27
sigmax2

Re: [issues?] Suddenly all google search result contain pref

Post by sigmax2 »

I see the same as DJ-Leith above.

Doing the same search, this is my request policy log from clicking that first link:

Code: Select all

Origin
http://www.google.co.uk/search?q=%22Windows+7%22+mouse+hard+to+see&btnG=Search&hl=en&safe=off&site=&btnK=
Destination
http://www.google.co.uk/url?q=http://www.microsoft.com/athome/setup/magnify.aspx&sa=U&ei=n1BFT4eRFs6p8QO045nlBA&ved=0CBIQFjAA&usg=AFQjCNFc3zFjoCbbrLB99qpt12o7G7_kHQ


Origin
http://www.google.co.uk/search?q=%22Windows+7%22+mouse+hard+to+see&btnG=Search&hl=en&safe=off&site=&btnK=
Destination
http://www.google.co.uk/url?q=http://www.microsoft.com/athome/setup/magnify.aspx&sa=U&ei=n1BFT4eRFs6p8QO045nlBA&ved=0CBIQFjAA&usg=AFQjCNFc3zFjoCbbrLB99qpt12o7G7_kHQ


Origin
http://www.google.co.uk/url?q=http://www.microsoft.com/athome/setup/magnify.aspx&sa=U&ei=n1BFT4eRFs6p8QO045nlBA&ved=0CBIQFjAA&usg=AFQjCNFc3zFjoCbbrLB99qpt12o7G7_kHQ
Destination
http://www.microsoft.com/athome/setup/magnify.aspx
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.27) Gecko/20120216 Firefox/3.6.27
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: [issues?] Suddenly all google search result contain pref

Post by Giorgio Maone »

Please check latest development build 2.3.2rc1, thanks.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Mc

Re: [issues?] Suddenly all google search result contain pref

Post by Mc »

Works here, thank you Giorgio :-)
Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Firefox/10.0.2 SeaMonkey/2.7.2 Lightning/1.2
sigmax2

Re: [issues?] Suddenly all google search result contain pref

Post by sigmax2 »

Yes that seems fine again. (NoScript and Request Policy)

Many thanks,

sigma

I'm surprised not to have read anything about this tracking issue with respect to Google's new Privacy Policy that comes into force in a few days.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.27) Gecko/20120216 Firefox/3.6.27
User avatar
therube
Ambassador
Posts: 7969
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: [issues?] Suddenly all google search result contain pref

Post by therube »

(Just to note, from Page 2 of this thread: "Or are you running RequestPolicy, Yahoo search ALWAYS lead to a blocked redirect!?")
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0a2) Gecko/20120222 Firefox/12.0a2 SeaMonkey/2.9a2
User avatar
GµårÐïåñ
Lieutenant Colonel
Posts: 3369
Joined: Fri Mar 20, 2009 5:19 am
Location: PST - USA
Contact:

Re: [issues?] Suddenly all google search result contain pref

Post by GµårÐïåñ »

Yes I briefly experienced a weird and messed up way before old-school style image search today as well but didn't think it was NoScript related, just Google being stupid when you don't allow it. But will investigate to be sure. Thanks.
~.:[ Lï£ê ï§ å Lêmðñ åñÐ Ì Wåñ† M¥ Mðñê¥ ßå¢k ]:.~
________________ .: [ Major Mike's ] :. ________________
Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Gecko) Comodo_Dragon/17.3.0.0 Chrome/17.0.963.46 Safari/535.11
Bachstelze

Re: [issues?] Suddenly all google search result contain pref

Post by Bachstelze »

Giorgio Maone wrote:Please check latest development build 2.3.2rc1, thanks.
Better, but not entirely.
Search for „empire me“ -> 3 Video results
All result titles are direct links to youtube, but the result images are links to the google tracking page, as seen in the infobox at the bottom of ff. But if you click them the revert instandly to plain youtube links and there is no request to the google tracking page in the noscript net panel.

The image search does not work for me. Google and gstatic are allowed but the redirect is endless there.
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:12.0a1) Gecko/20120131 Firefox/12.0a1
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: [issues?] Suddenly all google search result contain pref

Post by Giorgio Maone »

Bachstelze wrote: All result titles are direct links to youtube, but the result images are links to the google tracking page, as seen in the infobox at the bottom of ff. But if you click them the revert instandly to plain youtube links and there is no request to the google tracking page in the noscript net panel.
This is already functionally OK, but I've tried to make the behavior more uniform in latest development build 2.3.2rc2.
Bachstelze wrote: The image search does not work for me. Google and gstatic are allowed but the redirect is endless there.
[/quote]
This sounds like a different issue. Could you provide more details? Does disabling NoScript actually help?
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Bachstelze

Re: [issues?] Suddenly all google search result contain pref

Post by Bachstelze »

Giorgio Maone wrote:
Bachstelze wrote: All result titles are direct links to youtube, but the result images are links to the google tracking page, as seen in the infobox at the bottom of ff. But if you click them the revert instantly to plain youtube links and there is no request to the google tracking page in the noscript net panel.
This is already functionally OK, but I've tried to make the behavior more uniform in latest development build 2.3.2rc2.
Nearly. The result has to be hovered one time to change the link text in the ff bottom box.
Bachstelze wrote: The image search does not work for me. Google and gstatic are allowed but the redirect is endless there.
This sounds like a different issue. Could you provide more details? Does disabling NoScript actually help?
I found it, i set in the force https field *.google.com which actually breaks the image results. The https link is redirect from google to http, and from noscript back to https which causes an endless loop.

Other Question
Is there a way to circumvent the google image landing page entirely and go direct to the result page?
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:12.0a1) Gecko/20120131 Firefox/12.0a1
Post Reply