Closed
Bug 964607
Opened 12 years ago
Closed 10 years ago
portail.free.fr sends desktop site to Firefox OS
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: karlcow, Assigned: karlcow)
References
()
Details
(Whiteboard: [clientsniff] [country-fr] [sitewait])
Attachments
(1 file)
|
248.47 KB,
image/png
|
Details |
The script
http://img3.free.fr/2008/portail/new/js/portail.js?ord=290313
has a client side code for the redirection which doesn't take into account firefox os
// Redirect mobile
var redirectmobile_t=location.search.substring(1).split('.html');
var redirectmobile_a="Android,Blackberry,BlackBerry,Blazer,Handspring,iPhone,iPod,iPad,Kyocera,LG,Motorola,Nokia,NOKIA,Palm,PlayStation Portable,Samsung,Smartphone,SonyEricsson,Symbian,WAP,WindowsCE,IEMobile,Minimo,Kindle".split(",");
var redirectmobile_d=redirectmobile_a.length;
var redirectmobile_b=navigator.userAgent;
if(redirectmobile_t!="1"){
for(redirectmobile_e=0;redirectmobile_e<redirectmobile_d;redirectmobile_e++){
if(redirectmobile_b.indexOf(redirectmobile_a[redirectmobile_e])!=-1){
window.location = "http://portail.free.fr/m/";
break
}
}
}
Problem forwarded to Free via Twitter : https://twitter.com/valeryan24/status/428226299572662272
http://i.imgur.com/v0Dkecj.png
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [clientsniff] [country-fr] [contactready] → [clientsniff] [country-fr] [sitewait]
| Assignee | ||
Comment 2•11 years ago
|
||
| contact email | ||
Someone who knew someone has forwarded the information.
To check in a couple of weeks, if it has been solved.
Assignee: nobody → kdubost
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•11 years ago
|
||
| contact twitter | ||
Trying to contact another person.
http://twitter.com/MozWebCompat/status/574711291715026945
| Assignee | ||
Comment 4•10 years ago
|
||
We are receiving the mobile content.
FIxed.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
Updated•2 years ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•