Closed
Bug 608460
Opened 15 years ago
Closed 15 years ago
Change the User Agent of Firefox Home to include the OS version
Categories
(Cloud Services Graveyard :: Firefox Home, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: st3fan, Assigned: st3fan)
Details
Change the User Agent of Firefox Home to include the OS version. Currently the UA is set by the OS because we use the 'shortcut' data loading methods. If we change to a synchronous NSURLConnection then we can update the User Agent to something predictable contain all the right info that the metrics team needs.
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → stefan
MobileSafari reports the OS build as "8B117", which maps directly to iOS 4.1 Gold Master. There may be a better way.
Nelson, cc'ing you because this I understand you're working on the improved useragent detection code; this will have some positive impact on that, at least for Firefox Home.
Assignee | ||
Comment 3•15 years ago
|
||
We switched to a new HTTP client in Home, which now uses the following format as the default User Agent:
$APP_NAME $APP_VERSION ($DEVICE_TYPE; $ iPhone OS $OS_VERSION; $LOCALE)
Like for example:
Firefox Home 1.1b1 (iPhone Simulator; iPhone OS 4.2; en_US)
Is this good?
Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 5•15 years ago
|
||
how can i verify this on the device?
Updated•7 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•