my.rhinoshield.fr - Firefox is not a supported browser
Categories
(Web Compatibility :: Site Reports, defect, P2)
Tracking
(Not tracked)
People
(Reporter: rbucata, Assigned: twisniewski)
References
()
Details
(Keywords: webcompat:needs-contact, webcompat:site-report, webcompat:sitepatch-applied)
User Story
platform:windows,mac,linux,android impact:blocked configuration:general affects:all
Attachments
(2 files, 1 obsolete file)
Environment:
Operating system: Android 13
Firefox version: Firefox Mobile 125.0/Firefox 127
Steps to reproduce:
- Navigate to: https://my.rhinoshield.fr/design
- Observe the result
Actual Behavior:
Browser unsupported
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in Firefox Nightly, Firefox Release
- Does not reproduce in Chrome
Created from https://github.com/webcompat/web-bugs/issues/136881
Reporter | ||
Comment 1•6 months ago
|
||
Reporter | ||
Updated•6 months ago
|
Updated•6 months ago
|
Assignee | ||
Comment 2•5 months ago
|
||
This seems intentional:
const unsupportedBrowser = new Set(['Samsung Browser', 'Samsung Internet', 'Firefox'])
export function isUnsupportedBrowser(): boolean {
const ua = new UAParser(navigator.userAgent)
const browser = ua.getBrowser().name ?? ''
return unsupportedBrowser.has(browser)
}
It's unclear why they block Firefox or Samsung, as the site seems to work if I spoof the UA. They seem to be using Shopify, so I don't think they rely on PaymentRequest, and indeed the checkout process seemed to be working (though I didn't try to actually finalize an order).
Their contact form implies that they only support Chrome, but it doesn't give any real reasoning, so it may just be a business decision. Since it's a full-on block, it's worth trying a UA spoof here.
Assignee | ||
Comment 3•4 months ago
|
||
Updated•4 months ago
|
Comment 5•4 months ago
|
||
bugherder |
Assignee | ||
Comment 6•4 months ago
|
||
Re-opening, as this is site-patched, not actually fixed.
Assignee | ||
Comment 7•4 months ago
|
||
Assignee | ||
Updated•4 months ago
|
Assignee | ||
Updated•4 months ago
|
Comment 8•4 months ago
|
||
Comment on attachment 9413793 [details]
Bug 1896354 - Add scrolling intervention for gracobaby.ca; r?ksenia
Revision D217091 was moved to bug 1896571. Setting attachment 9413793 [details] to obsolete.
Updated•4 months ago
|
Comment 9•2 months ago
|
||
Given comment 2, we don't need to do any more diagnosis here.
Description
•