digits.t-mobile.com - Firefox is not a recommended browser
Categories
(Web Compatibility :: Site Reports, defect, P2)
Tracking
(Webcompat Priority:P2, Webcompat Score:1)
People
(Reporter: ksenia, Assigned: twisniewski)
References
(Depends on 1 open bug, )
Details
(Keywords: webcompat:needs-contact, webcompat:site-report, webcompat:sitepatch-applied, Whiteboard: [webcompat-source:web-bugs])
User Story
platform:windows,mac,linux,android impact:blocked configuration:general affects:all branch:release user-impact-score:0 diagnosis-team:webcompat
Attachments
(1 file)
Environment:
Operating system: Linux
Originally reported Firefox version: Firefox 111.0
Last reproduced with the following UA: Mozilla/5.0 (X11; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0
Platforms reproduced on: windows,mac,linux,android
Steps to reproduce:
The site claims it wont work in Firefox, doesn't let me log in until I switch my user agent to Chrome
Actual Behavior:
Browser unsupported
Created from https://github.com/webcompat/web-bugs/issues/119767
| Assignee | ||
Comment 1•1 year ago
|
||
This is the code they're using to sniff the UA:
t.supportBrowser = function () {
if (c()) return !0;
if (r && !r.mobile) {
const e = r.brands;
if (e.length > 0) for (const t of e) if (['Google Chrome',
'Microsoft Edge'].includes(t.brand)) return !0
}
return !1
},
And predictably, r is undefined, because:
const r = navigator.userAgentData;
So we need to spoof userAgentData to have Google Chrome or Microsoft Edge in its brands.
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Comment 4•1 year ago
|
||
| bugherder | ||
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•10 months ago
|
| Assignee | ||
Updated•10 months ago
|
Updated•9 months ago
|
Updated•9 months ago
|
Updated•6 months ago
|
Comment 5•6 months ago
|
||
Mass-assigning diagnosis-team to webcompat for "Firefox is not supported" bugs that don't already have a team assigned. This action is done by a script. For your convenience, feel free to filter your bugmail with 559a9604-41ec-11f0-9ec6-f3f21dcd7cf2.
Updated•3 months ago
|
Description
•