Closed
Bug 1172961
Opened 10 years ago
Closed 10 years ago
typo fix
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 647090
People
(Reporter: clicker314, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.81 Safari/537.36
Steps to reproduce:
1. Go to about:config
2. Create entry "general.useragent.vendor" with value "XXXXX"
3. Create entry "general.vendor.override" with value "XXXXX"
Actual results:
On my HTML page in JS code I call:
console.log(window.navigator.vendor);
it returns empty string.
Expected results:
I expect to see value "XXXXX"
Updated•10 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•