yoshinoya-mini-web - Android Firefox is blocked
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(Webcompat Priority:P3, Webcompat Score:1)
People
(Reporter: canalun, Assigned: twisniewski)
References
(Depends on 1 open bug, )
Details
(5 keywords)
User Story
platform:android impact:blocked configuration:general affects:all branch:release diagnosis-team:webcompat user-impact-score:0 outreach-assignee:canalun outreach-contact-date:2025-09-11
Attachments
(1 file)
Environment (copy of "About Firefox")
141.0.3 (Build #2016106991), null
GV: 141.0.3-20250806102122
AS: 141.0.1
OS: Android 15
Step to Reproduce
Actual Result
- The site says "If you use smartphone and this page is displayed, your browser is not supported."
Expected Result (= The result on Chrome)
- The site is properly displayed.
Note
- The mask makes it work!
Comment 1•1 year ago
|
||
I get a 403, so I assume I'm getting geoblocked.
| Reporter | ||
Comment 2•11 months ago
|
||
the same result is confirmed on Firefox iOS, too. (the site works on Chrome iOS)
Environment
- iOS (17.5.1)
- Firefox 141.2 (59350)
Updated•11 months ago
|
Comment 3•11 months ago
|
||
This site uses platform.js to detect UA. If false, this site seems to show "unsupported".
function TD() {
switch (console.log(zn), zn.os.family) {
case 'iOS':
return (zn.name === 'Chrome Mobile' || zn.name === 'Safari') &&
CD(zn.ua);
case 'Android':
return zn.name === 'Chrome Mobile';
default:
return !1
}
}
| Reporter | ||
Updated•11 months ago
|
| Reporter | ||
Comment 4•10 months ago
|
||
Since there is no reply though I outreached via the contact form 2 weeks ago, I believe it would be a good idea to adopt sitepatch.
Comment 5•10 months ago
|
||
Could an intervention be targeting the platform library (now unmaintained) instead of individual sites?
Comment 6•10 months ago
|
||
The upstream library supports Firefox for Android and iOS. I think this site is just using a really old version.
Comment 7•9 months ago
|
||
ni? Tom for the intervention
| Assignee | ||
Updated•8 months ago
|
| Assignee | ||
Comment 8•8 months ago
|
||
Comment 10•8 months ago
|
||
| bugherder | ||
Comment 11•8 months ago
|
||
| bugherder | ||
| Assignee | ||
Updated•8 months ago
|
Updated•8 months ago
|
| Assignee | ||
Comment 12•8 months ago
|
||
I think the best we'll be able to do here is to target specific sites, since many sites will web-pack this kind of script. But if we do find a CDN-style URL which is being used by a site rather than being web-packed, we can hopefully fix multiple sites in the long tail at once.
Updated•8 months ago
|
Comment 13•2 months ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:twisniewski, maybe it's time to close this bug?
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•2 months ago
|
Description
•