Closed
Bug 297495
Opened 19 years ago
Closed 19 years ago
want ability to fool servers about what browser I am using
Categories
(Core :: Networking: Cache, enhancement)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jdg, Assigned: darin.moz)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
I would like a prefs (or user.js) setting to change the string the browser sends
when it identifies itself to a site as being Mozilla. My purpose is to defeat
Google's new privacy-invading "prefetch" feature described at
http://lists.elistx.com/archives/interesting-people/200506/msg00190.html
Reproducible: Always
Steps to Reproduce:
Comment 1•19 years ago
|
||
To disable the google prefetch:
go to about:config, and change network.prefetch-next to false
(found in 30 seconds with a google search)
Comment 2•19 years ago
|
||
comment 0 sounds like you want to change your User-Agent header, which is
already possible (and some extensions provide UI for it, e.g.
http://extensionroom.mozdev.org/more-info/useragentswitcher), but I can't figure
out how that would help you in any way for your stated aim?
Comment 3•19 years ago
|
||
oh. if google only sends that rel="prefetch" thing to mozilla browsers that'd
work (although I doubt that...)
since I believe comment 1 and comment 2 cover what you asked for, everything
seems to be already in place. resolving bug.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•