Pages

Showing posts with label cookies. Show all posts
Showing posts with label cookies. Show all posts

Monday, January 16, 2012

Don’t Want To Be Tracked Online? Use TrackerBlock

Most Internet users do not know that every step they make on the Internet is likely tracked by one or multiple companies. Tracking can be loosely divided into a first party and third party group. First party tracking is usually connected to the generation of visitor statistics, and less about the individual user. Third party tracking on the other hand can often be linked to advertising companies who either use the information directly for advertisement or sell user profiles to other organizations and companies.

Technology today can be used to track users across domains. A study in 2009 saw Google on 92 of the top 100 sites followed by DoubleClick with 70 presences (which are now also Google owned) and Microsoft’s Atlas with 60 occurrences.

Cookies, regular or Flash, are usually used to track users. These cookies can be accessed on all domains a company script is loaded on, which in the case of Google would mean the ability to track user movement on 92 of the top 100 domains in the world. While this percentage is surely going down a bit if the sample size increases, it is still common to be tracked across many web properties.

There are options available to not be tracked online. This includes clearing all cookies after or even during a browsing session, using private browsing modes, or installing extensions like the excellent NoScript to block third party scripts from running on a site.

TrackerBlock, available for Firefox, Internet Explorer and Google Chrome offers another option. The program can make sure that you are not tracked across the web. It does so in a number of ways:

  • Do Not Track Me Header – Whenever you make a request to a website, you submit a signal that tells the website that you do not want your activities tracked. Websites and companies are not obligated though. Option to delete Flash cookies.
  • Opt-Out Cookies – So called opt-out cookies tell websites, services and agencies that the user does not want to be tracked. This turns off data collection and tracking off more than one hundred companies.
  • Tracker Blocking – Blocks advertising agencies and companies from reading or writing cookies on your system. The extension does that for more than 550 different companies.
  • HTML5 Storage – Visualizes which companies are using HTML5 to store data on your system, with options to delete the data manually.

Click on an image to see how the settings and preferences look like in the Firefox web browser.

do-not-track html5-storage-tracking opt-out-cookies tracker-blocking

The program combines several anti-tracking options in one interface. Especially useful is the ability to write the opt-out cookies on the system, to clear Flash and HTML5 data storage that are often used for tracking, and to block advertising companies from reading or writing cookies on the system.


TrackerBlock
can best be installed at the Privacy Choice website, as it is available there for all supported browsers. It is not really clear if the extension is available for other browsers as well. It is definitely available for Firefox, Chrome and Internet Explorer.



Saturday, November 12, 2011

Internet Explorer Expired Cookies Cleaner

Cookies, those small data files that can do good (saving preferences or session information) or bad (tracking), have all an expiration date. The expiration date is set by the webmaster of each visited website and can range from seconds or minutes to years. Cookies will expire eventually and when they do they cannot be used anymore by the domain they have been created on.

Expired cookies are not only useless to the site though. Internet users cannot use the cookies as well anymore and they may even leak privacy related information to third parties should they get access to the computer.

It makes therefor sense to delete expired cookies on the computer. And while that is possible in most web browsers, Microsoft’s Internet Explorer does not seem to be doing it.

The free portable software Expired Cookies Cleaner comes to the rescue of Internet Explorer users who want to get rid of out of date cookies on their system. All it takes is to run the application, click the Process button and wait until the application has processed all of the cookies that Internet Explorer has stored on the system.

expired cookies cleaner

The program displays all cleaned cookies in a log in the application window. A summary is displayed in the end that lists information about the overall cookie count on the system and the number of expired cookies.

The program deletes expired cookies from the system or individual cookie files if more than one cookie is saved in a file. It happens that only some of the cookies stored in the file are expired while others are still valid. The program removes the expired cookie information from the file and keeps the remaining cookie information on the system.

You can run the software without graphical user interface from the command line. This can be handy if you want to run the program on a regular basis, for instance as part of a batch file.

The command C:\>ExpiredCookiesCleaner.exe a FileName runs the program and saves the output in filename. You can replace the file name parameter with nul if you do not want a log file written.

Expired Cookies Cleaner is compatible with all version of the Microsoft Windows system and all versions of Microsoft Internet Explorer. Interested users can download the tiny portable program from the developer website. (via)


© Martin Brinkmann for gHacks Technology News | Latest Tech News, Software And Tutorials, 2011. | Permalink |
Add to del.icio.us, digg, facebook, reddit, twitter
Post tags: , , , ,



Sunday, October 30, 2011

How To Clear Individual Cookies In Google Chrome

Question on how to clear individual cookies in the Google Chrome web browser just came up and I thought I write a small guide here on Ghacks about it. Google Chrome, just like any other modern web browser, accepts all cookies by default. Cookies are small data packages that are saved by domains on your computer. They can be used for positive things like saving preferences or session data, and negatively perceived things like tracking the user on the Internet.

Google Chrome users can clear all browsing data, which includes cookies but also other data like the browsing and download history, by clicking on the wrench icon in the toolbar and selecting Tools > Clear Browsing Data from the menu that pops up.

It is alternatively possible to use the keyboard shortcut Ctrl-Shift-Del for the same effect. A window is displayed where the data can be cleared.

clear browsing data

Please note that there is a link to the Adobe Flash Player storage settings. If you click on that link you will be taken to Adobe’s Website Storage Settings panel where you can delete all or select Flash cookies.

clear adobe flash cookies

If you go back to the Chrome browser you may have noticed that the clear browsing data window does not offer to clear individual files. Sometimes you may want to delete a specific cookie or a set of cookies only. This can be handy for web developers testing a new site feature, users who accidentally visited a site and want to delete its traces or users who want to clear personalized data.

The easiest way to clear individual cookies in Google Chrome is to enter chrome://settings/cookies into the address bar. This opens the cookies and other data listing in the browser. All stored cookies are displayed here. It is possible to remove all cookies or search for individual cookies.

A click on a site displays all cookies stored by that site on the computer. It takes another click to display detailed information about the cookie and the Remove button. If you click on Remove the selected cookie will be deleted from the system.

cookies and other data

And that’s how you delete standard and Flash cookies in the Chrome web browser individually.


© Martin Brinkmann for gHacks Technology News | Latest Tech News, Software And Tutorials, 2011. | Permalink |
Add to del.icio.us, digg, facebook, reddit, twitter
Post tags: , , , ,



Thursday, September 29, 2011

WebCookiesSniffer, Capture Cookies In Realtime

The main purpose of cookies is to make life on the Internet more comfortable. The little data files can however also be used for tracking purposes. They are needed but at the same time very controversial. I have touched the subject quite a few times here on Ghacks. In How To Whitelist Cookies And Delete The Rest Regularly and Configure Firefox To Delete All Cookies On Exit But Select Ones I explained how to make sure you’d only keep a set of “good” cookies while deleting the rest regularly to avoid tracking and spying.

Sometimes though you may want to see which cookies are written to the system in realtime. While you could configure your browser to display warnings about each cookie that is about to be written, it is often not the most comfortable thing to do considering that it breaks the workflow big time.

The new Nirsoft application WebCookiesSniffer on the other hand deals with cookies without interrupting the browsing experience. The program requires the free software WinPcap Capture Driver or Microsoft’s Network Monitor Driver to capture cookies in realtime. You can alternatively try the Raw Socket method which is however less reliable than the other two options.

web cookies sniffer

When you first start the program you are asked to pick a capture method and network adapter. The program will then pick up all new cookies that are created on the system. The program itself is browser independent which means that it will display cookies from all web browsers installed on the system.

Each cookie is displayed with its host name, request path, length, count and string. When you select a cookie all of its values are displayed in the lower half of the screen. There are no options to edit or delete which is unfortunate. As is that you cannot link a cookie to the website that triggered its creation.

The portable software comes with the usual assortment of exporting options. You can create HTML reports or save selected cookies as text, xml or csv files.

The ability to edit or delete cookies would come in handy. As would an option to display the website that triggered the cookies creation. Finally, an option to filter by browser would be handy as well.

Windows users can download the latest version of WebCookiesSniffer from the official Nirsoft project website. The program is compatible with 32-bit and 64-bit editions of the Microsoft Windows operating system.


© Martin Brinkmann for gHacks Technology News | Latest Tech News, Software And Tutorials, 2011. | Permalink |
Add to del.icio.us, digg, facebook, reddit, twitter
Post tags: , , , ,