Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Remove all the history in Firefox (delete all cookies), disable all add-ons and plugins, then restart Firefox. Do not go to any site and wait for about 10-15 min. Go to Options->...->Show cookies. You will see cookie named PREF with google.com domain.
1) Can somebody explain how and why this cookie appears?
2) How to get rid of this?

p.s I don't have any google desktop application installed. Firefox google search bar is removed too.

share|improve this question
your startup page is set to about:blank? – Bacon Jun 10 '11 at 1:44
@user560833 yes – Op De Cirkel Jun 10 '11 at 1:45

2 Answers

up vote 4 down vote accepted

This cookie is coming from Google's safebrowsing api:

google.com/safebrowsing/downloads?client=....

This is a known issue in firefox and there is an open ticket here:

https://bugzilla.mozilla.org/show_bug.cgi?id=368255

EDIT To get rid of it, you can turn off the safebrowsing on the security tab (under Options), by un-checking the boxes to Block attacks and forgeries.

share|improve this answer

Another way in Firefox is to click Exceptions under Options/Privacy/"use custom settings for history"; type in "google.com" and click Block. That way google.com will not be stored on your computer from then on. (If you have a gmail address, you can't access it unless you store google's cookie).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.