Open Bug 1896354 Opened 5 months ago Updated 1 month ago

my.rhinoshield.fr - Firefox is not a supported browser

Categories

(Web Compatibility :: Site Reports, defect, P2)

Firefox 127
Other
Android

Tracking

(Not tracked)

REOPENED

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:

  1. Navigate to: https://my.rhinoshield.fr/design
  2. 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

Attached image Screenshot_16.png
OS: Unspecified → Android
Hardware: Unspecified → Other
Version: unspecified → Firefox 127
Severity: -- → S3
User Story: (updated)
Priority: -- → P2

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: nobody → twisniewski
Status: NEW → ASSIGNED
Pushed by twisniewski@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/580ce6d833c9 Add UA override for my.rhinoshield.fr; r=denschub,webcompat-reviewers
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
Resolution: --- → FIXED

Re-opening, as this is site-patched, not actually fixed.

Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Keywords: leave-open
Keywords: leave-open

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.

Attachment #9413793 - Attachment is obsolete: true

Given comment 2, we don't need to do any more diagnosis here.

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: