Open Bug 1898638 Opened 1 year ago Updated 2 months ago

www.gmbinder.com - "Unsupported browser" pop-up displayed

Categories

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

Tracking

(Webcompat Priority:P3, Webcompat Score:1)

ASSIGNED
Webcompat Priority P3
Webcompat Score 1

People

(Reporter: ksenia, Assigned: twisniewski)

References

(Depends on 1 open bug, )

Details

(Keywords: leave-open, webcompat:needs-diagnosis, webcompat:sitepatch-applied, Whiteboard: [webcompat-source:web-bugs])

User Story

platform:windows
impact:unsupported-warning
configuration:general
affects:all
diagnosis-team:webcompat
user-impact-score:0

Attachments

(1 file)

Environment:
Operating system: Windows 10
Originally reported Firefox version: Firefox 125.0
Last reproduced with the following UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0

Steps to reproduce:
Site displays message saying it's incompatible with Firefox.

Actual Behavior
Site displays error message alleging browser incompatibility.

Created from https://github.com/webcompat/web-bugs/issues/136627

See comment https://github.com/webcompat/web-bugs/issues/136627#issuecomment-2101670811:

Good morning/evening everyone,

uBlockOrigin/uAssets@660601f bypasses it by setting browserDetectorService.isBrowserChrome() to return true.

The pop-up is triggered by this file, with this code:

ngAfterViewInit() {
    this.checkBrowserCompatibility()
}
checkBrowserCompatibility() {
    if (!this.browserDetectorService.isBrowserChrome()) {
        const e = this.modalService.open(o.a, {
            centered: !0,
            backdropClass: 'modal-backdrop-color'
        });
        e.componentInstance.title = 'Incompatible Browser',
        e.componentInstance.message = 'GM Binder works best with the latest version of Chrome.  If you continue with your current browser, some features may not work as expected.'
    }
}
Severity: -- → S3
Priority: -- → P3
Webcompat Priority: --- → P3
Webcompat Score: --- → 2
Webcompat Score: 2 → 1
Webcompat Score: 1 → 2

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.

User Story: (updated)
Webcompat Score: 2 → 4
User Story: (updated)
User Story: (updated)
Keywords: leave-open
Assignee: nobody → twisniewski
Status: NEW → ASSIGNED
User Story: (updated)
Webcompat Score: 4 → 1
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: