Closed Bug 1628463 Opened 5 years ago Closed 3 years ago

Add UA override for www.eiger.io

Categories

(Web Compatibility :: Interventions, enhancement, P2)

enhancement

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: miketaylr, Unassigned)

References

Details

No description provided.

The site is using the following condition on the login page:

        angular.element(document).ready(function() {
            var e, t;
            angular.bootstrap(document, [o.applicationModuleName]),
            t = !1,
            (e = null != window.chrome || null != window.isElectron) || (t = navigator.userAgent.toLowerCase().indexOf("crios") > -1),
            (e || t) && (document.querySelector("#compatibleBrowserDiv").style.display = null,
            document.querySelector("#incompatibleBrowserDiv").style.display = "none"),
            window.ApplicationConfiguration = null
        })

After shimming window.chrome and logging in, there is an additional check for a the UA that redirects to https://www.eiger.io/compatibility.
Given that we probably need to do more investigation/testing here before shipping an intervention

No longer blocks: 1625222

Note that I'm making an attempt at contacting them today.

Severity: normal → S3
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.