Closed
Bug 826502
Opened 12 years ago
Closed 12 years ago
4shared.com doesn't recognize B2G UA as mobile
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lmandel, Assigned: karlcow)
References
()
Details
(Whiteboard: [uaoverride] [country-all] [sitewait] [serversniff])
4shared.com serves a desktop site to B2G. Bug 819210 added an UA override for this domain. The override should be removed once the domain serves mobile content to B2G. This bug tracks the evangelism for the site to recognize the B2G UA and the removal of the override at that time.
![]() |
Assignee | |
Comment 1•12 years ago
|
||
A possible test for the site
→ http GET http://www.4shared.com/ User-Agent:'Mozilla/5.0 (Mobile; rv:18.0) Gecko/18.0 Firefox/18.0' | grep -i ismobile
Config.isMobile = false;
→ http GET http://www.4shared.com/ User-Agent:'Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safa
ri/535.19' | grep -i ismobile
Config.isMobile = true;
![]() |
Assignee | |
Comment 2•12 years ago
|
||
Sent an email to their technical support team support@4shared.com
http://www.4shared.com/contact.jsp
![]() |
Assignee | |
Comment 3•12 years ago
|
||
Reply from the support Team.
> Dear Mr Karl Dubost,
>
> Thank you for letting us know.
>
> We have passed the issue to our Development team.
> It will be fixed in the nearest future.
>
> Best regards,
> Aiva
To check again in a little while.
![]() |
Assignee | |
Comment 4•12 years ago
|
||
After removing UA override. This is fixed.
Assignee: nobody → kdubost
Blocks: 905237
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [uaoverride] → [uaoverride] [country-all] [sitewait] [serversniff]
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Updated•11 months ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•