Closed
Bug 234006
Opened 22 years ago
Closed 22 years ago
make a request to google when I use about:config
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 218584
People
(Reporter: yabusu, Assigned: bugzilla)
Details
User-Agent:
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
When I input about:config in address bar, firefox 0.8 makes requests:
1. http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=
2. http://www-rl.netscape.com/wtgn?
My config:
keyword.URL =
http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=
browser.related.provider = http://www-rl.netscape.com/wtgn?
Reproducible: Always
Steps to Reproduce:
1. input about:config in address bar
2.
3.
Actual Results:
makes a request to google and www-rl.netscape.com .
Expected Results:
not make any request.
Comment 1•22 years ago
|
||
WFM - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a) Gecko/20040213
Firebird/0.8.0+ (1 hour old CVS trunk based homebuild).
(In reply to comment #1)
> WFM - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a) Gecko/20040213
> Firebird/0.8.0+ (1 hour old CVS trunk based homebuild).
>
>
When I open about:config, I get a dialog box which said "The site www.google.com
wants to set a cookie". So I check network communications by livehttpheaders.
livehttpheaders catches these headers:
----
http://www-rl.netscape.com/wtgn?
GET /wtgn? HTTP/1.1
Host: www-rl.netscape.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a)
Gecko/20040210 Firebird/0.8.0+
Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
HTTP/1.x 200 OK
Server: Netscape-Enterprise/3.6
Date: Fri, 13 Feb 2004 10:28:10 GMT
Content-Type: text/plain
Connection: close
----------------------------------------------------------
http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=
GET /search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q= HTTP/1.1
Host: www.google.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a)
Gecko/20040210 Firebird/0.8.0+
Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
HTTP/1.x 200 OK
Cache-Control: private
Content-Type: text/html
Set-Cookie:
PREF=ID=0c8d960214b0b11b:TM=1076668094:LM=1076668094:S=XFNcHq0lUgHNTeVk;
expires=Sun, 17-Jan-2038 19:14:07 GMT; path=/; domain=.google.com
Server: GWS/2.1
Transfer-Encoding: chunked
Content-Encoding: gzip
Date: Fri, 13 Feb 2004 10:28:14 GMT
----------------------------------------------------------
It is result of Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a)
Gecko/20040210 Firebird/0.8.0+ .
But I get same result on Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6)
Gecko/20040206 Firefox/0.8 .
Forefox shows about:config page. So there is no problem on using about:config.
Comment 3•22 years ago
|
||
I just noticed this with Firefox build 20040218 on Linux.
Comment 4•22 years ago
|
||
My guess is that this is a dup of bug 218584, which was fixed in Firebird as bug
234948 yesterday. Yabushita, does this still happen for you if you try a
2004-02-21 or newer nightly build?
(In reply to comment #4)
This does not happen in Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b)
Gecko/20040222 Firefox/0.8.0+.
Thank you for your information.
Comment 6•22 years ago
|
||
*** This bug has been marked as a duplicate of 218584 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•