Noscript should also prevent loading of feedburner images

Bug reports and enhancement requests
Post Reply
pascal
Posts: 4
Joined: Sat Feb 11, 2012 5:44 am

Noscript should also prevent loading of feedburner images

Post by pascal »

My goal is to ensure that Google does not know any website that I visit. Currently, Noscript does not ensure this goal is met.

Feedburner is owned by Google. Requests to feedburner.com are stored on google's servers.
I would therefore like to request that Noscript extension blocks the images from Feedburner.com.

In particular, the feedburner "feed count" images are found on many popular websites. Example request for a feedburner image:

Code: Select all

http://feeds.feedburner.com/~fc/FeedForMkyong?bg=99CCFF&fg=444444&anim=1
Thank you for noscript & looking forward to hearing feedback, or seeing this request implemented :)
Mozilla/5.0 (Windows NT 5.1; rv:10.0.1) Gecko/20100101 Firefox/10.0.1
Alan Baxter
Ambassador
Posts: 1586
Joined: Fri Mar 20, 2009 4:47 am
Location: Colorado, USA

Re: Noscript should also prevent loading of feedburner image

Post by Alan Baxter »

pascal wrote:looking forward to hearing feedback
I use Adblock Plus to block that and recommend you do it that way too. Add the following filter to ABP.

Code: Select all

||feedburner.com^$third-party,image
Mozilla/5.0 (Windows NT 5.1; rv:10.0.1) Gecko/20100101 Firefox/10.0.1
pascal
Posts: 4
Joined: Sat Feb 11, 2012 5:44 am

Re: Noscript should also prevent loading of feedburner image

Post by pascal »

Alan, thank you for the answer, very appreciated!

It turns out that adblockplus is probably more the right tool for my goal (not being tracked by google).
I will now use a combination of Ghostery and Adblockplus with the feedburner filter.

If you have any more tip as to what filters to set to ensure that we are not tracked by big corporations when browsing the Internet, please share here. I will publicize on my popular website these solutions for all to enjoy.
Mozilla/5.0 (Windows NT 5.1; rv:10.0.1) Gecko/20100101 Firefox/10.0.1
Alan Baxter
Ambassador
Posts: 1586
Joined: Fri Mar 20, 2009 4:47 am
Location: Colorado, USA

Re: Noscript should also prevent loading of feedburner image

Post by Alan Baxter »

I found that filter on Fanboy's Annoyances list. To cut down on tracking I recommend Adblock Plus with either of:
EasyList plus EasyPrivacy subscriptions or
Fanboy's Adblock plus Fanboy's stats subscriptions
and Fanboy's Annoyances in addition to either of the preceding pairs.
Mozilla/5.0 (Windows NT 5.1; rv:10.0.1) Gecko/20100101 Firefox/10.0.1
DJ-Leith
Senior Member
Posts: 152
Joined: Thu Aug 04, 2011 4:23 pm

Re: Noscript should also prevent loading of feedburner image

Post by DJ-Leith »

pascal wrote:My goal is to ensure that Google does not know any website that I visit.
I recommend that you also consider the combination of NoScript (to block scripts etc) and
RequestPolicy (to block cross-site requests).

The loading of images, [including Adverts] and other cross-site requests - 'connections away from the site you thought your were at' are used to track visitors.

Both work on the principal: everything is blocked unless you allow it - default deny.
Both have Whitelists.

I find that my Whitelists, for both RequestPolicy and NoScript, are very small.
I TA (Temporarily Allow) when required.

See the discussion in this Thread:
A few requests for next versions
http://forums.informaction.com/viewtopi ... 50&p=35457

Also, search this Forum for "RequestPolicy" (one word) - you will find plenty of tips on how to use it in combination with NoScript.

DJ-Leith
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; 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: Noscript should also prevent loading of feedburner image

Post by Giorgio Maone »

Notice also that the same effect can be obtained by leveraging just NoScript, with the following ABE rule to be added in the USER ruleset:

Code: Select all

Site .feedburner.com
Deny INC(IMAGE)
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
pascal
Posts: 4
Joined: Sat Feb 11, 2012 5:44 am

Re: Noscript should also prevent loading of feedburner image

Post by pascal »

Regarding Request Policy, I was talking to a privacy advocate recently, who is using Request Policy, but he mentioned spending quite a bit of time adding external servers to the white list.
This is because these days lots of websites use external domains to load static content (to allow browser to parallelize requests more efficiently)

I am quite happy with Adblockplus and Ghostery at the moment. If you can think of any way this setup is not efficient in being not tracked by google, please let me know :)

PS: that said, Noscript is fantastic and thank you for developing and maintaining it :-)
Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Post Reply