Closed
Bug 1021227
Opened 10 years ago
Closed 10 years ago
Do Not Track value does not get set correctly
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 887703
People
(Reporter: tony.diloreto, Unassigned)
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140506152807
Steps to reproduce:
1. Install Firefox brand new
2. Open up Web Console
3. Open Privacy settings next to the browser (so you can see both)
3. Type in "navigator.doNotTrack"
4. Change the value in privacy settings to "Tell sites that I do not want to be tracked"
5. Repeat step 3
6. Change the value in privacy settings to "Tell sites that I want to be tracked"
7. Repeat step 4
Actual results:
In console log:
"unspecified"
"yes"
"yes"
Expected results:
In console log:
"unspecified"
"yes"
"no"
Updated•10 years ago
|
Group: core-security
Component: Untriaged → Preferences
Comment 1•10 years ago
|
||
My console has slightly different, but "correct" output. I'm on Nightly though (Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0)
"unspecified"
"1"
"0"
There might have been a fix / change to DNT for the "yes/no" outputs and not setting properly
geekboy: Do you know of such a change?
Flags: needinfo?(sstamm)
I can repro on os X 29.0.1
"unspecified"
"yes"
"yes"
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•10 years ago
|
||
bug 887703 (see https://hg.mozilla.org/mozilla-central/rev/c9062e64d9c0)
Should be fixed in 32. Looks like something I broke in 765398 (Fx 21).
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(sstamm)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•