Google Finance [watch]

This is where you should report issues arising from the subscription filters.
Locked
Erigion
New Member
New Member
Posts: 8
Joined: Sun Mar 23, 2008 2:39 am

Google Finance [watch]

Post by Erigion »

http://finance.google.com/finance

There should be a chart of today's markets on the right side which is blocked by the tracking list filter entry "?*&*www*%$image"
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

OK ... today is getting to be a weird day. I verified your false-positive a couple of days ago .. yet today, that image is displaying fine and there are no items blocked in the list at all. :roll:

Same with you?
"Experience is something you don't get until just after you need it"
User avatar
chewey
Emeritus Contributor
Emeritus Contributor
Posts: 276
Joined: Sun Dec 31, 2006 9:16 am

Post by chewey »

That's one heck of an image URL:

Code: Select all


http://www.google.com/chart?cht=lfi&chc=finance&chs=230x130&chd=s:WQNOTTabaXTRSTUSQPOSVWVSUVWYbbcecbaYZdjopooqrvvvsroqpoopqnmnplmmnqsrpnlmjkjfejk,KLGHONTXWSNKJLMJDABHKONJMNORUWWZYYXWYckpqomnqvuwqokjkkkmmifilhfgjprpomikhiidchh,SPMNSRZaaXTRRTUSPNNSVXWUWWXadedhfecaaelqrpoqswwyutppponopnlmolllnrsqpmkkijjechj&chco=4684ee,dc3812,ff9900&chlr=%2B0.88%25%7C%2B0.44%25%7C0.00%25%7C-0.44%25%7C-0.88%25&chp=2&sig=j8B1cTTWedgX3Qegw4yMTPuI6p0
It looks like the whole image is encoded in there - and chances for a purely coincidental occurrence of "www" (or any other
three letters) in a pseudo-random string of course increases with string length. I guess markets called for a "www" in that
URL a couple of days ago. ;-) (today, markets apparently contained "poop" 8) )

Maybe you should match "www." instead of just "www"?
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

I probably would have written it that way if it was written like that all the time ... I don't think the 'dot' is always there.
"Experience is something you don't get until just after you need it"
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

If you want to ensure that chart to come up, you can just add:

Code: Select all

@@.google.com/chart?cht=
"Experience is something you don't get until just after you need it"
Erigion
New Member
New Member
Posts: 8
Joined: Sun Mar 23, 2008 2:39 am

Post by Erigion »

The chart is showing up again and thanks for the exception rule.
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

You're welcome. We'll have to keep an eye on that.
"Experience is something you don't get until just after you need it"
Locked