Closed
Bug 1628463
Opened 5 years ago
Closed 3 years ago
Add UA override for www.eiger.io
Categories
(Web Compatibility :: Interventions, enhancement, P2)
Web Compatibility
Interventions
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: miketaylr, Unassigned)
References
Details
No description provided.
Comment hidden (obsolete) |
Comment 2•5 years ago
|
||
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
![]() |
||
Comment 3•5 years ago
|
||
Note that I'm making an attempt at contacting them today.
Updated•3 years ago
|
Severity: normal → S3
Comment 4•3 years ago
|
||
Closing as WONTFIX as per https://github.com/webcompat/web-bugs/issues/43000#issuecomment-982663102
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.
Description
•