Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
(Created page with "{{draft}} This is a proposal for what the Firefox Mobile User Agent string should be. ==Summary== Mobile: Mozilla/5.0 (Mobile; rv:12.0) Gecko/20100101 Firefox/12.0 Tablet:...") |
No edit summary |
||
Line 9: | Line 9: | ||
Mozilla/5.0 (Mobile; rv:12.0) Gecko/20100101 Firefox/12.0 | Mozilla/5.0 (Mobile; rv:12.0) Gecko/20100101 Firefox/12.0 | ||
Tablet: | Tablet (touch screen device): | ||
Mozilla/5.0 (Tablet; rv:12.0) Gecko/20100101 Firefox/12.0 | Mozilla/5.0 (Tablet; rv:12.0) Gecko/20100101 Firefox/12.0 | ||
Netbook (or tablet with attached keyboard): | |||
Mozilla/5.0 (XXX; rv:12.0) Gecko/20100101 Firefox/12.0 | |||
-- What do we put in the platform token when we want to say "like a desktop"? Do we just use the desktop UA, and bring back OS/platform information at this point? That seems to go against various bits of rationale... | |||
(Examples are for Firefox 12; clearly, 12.0 would change for later versions.) | (Examples are for Firefox 12; clearly, 12.0 would change for later versions.) | ||
Line 67: | Line 73: | ||
===Gecko Date=== | ===Gecko Date=== | ||
Should we take the opportunity to remove the Gecko date entirely (i.e. reduce to "Gecko/")? Or should we deal with that as a separate operation, co-ordinated across desktop and mobile? We have [http://hacks.mozilla.org/2010/09/final-user-agent-string-for-firefox-4/ warned people we are going to do this], but is now the time? | Should we take the opportunity to remove the Gecko date entirely (i.e. reduce to "Gecko/0" - as having <u>something</u> after the / is required by the HTTP spec)? Or should we deal with that as a separate operation, co-ordinated across desktop and mobile? We have [http://hacks.mozilla.org/2010/09/final-user-agent-string-for-firefox-4/ warned people we are going to do this], but is now the time? Perhaps we should do it now on mobile, but wait a bit on desktop. |