Active Topics

 


Reply
Thread Tools
Posts: 1,213 | Thanked: 356 times | Joined on Jan 2008 @ California and Virginia
#51
My school website also blocks by user agent. When I go with my tablet, it says "Please Use A Standards Compliant Browser." Now, what makes my mad is that they list IE6 as a standards compliant browser. MicroB is much better than IE6...

Solution:

Change UA string to firefox 3 (annoying)

or

Run Firefox 3, iceweasel, fennec on the tablet.
 
Wes Doobner's Avatar
Posts: 177 | Thanked: 68 times | Joined on Dec 2007 @ Phoenix
#52
I like turtles.

Stick a fork in this one.
 
YoDude's Avatar
Posts: 2,869 | Thanked: 1,784 times | Joined on Feb 2007 @ Po' Bo'. PA
#53
Originally Posted by siralien View Post
The service is now up but the browser on the tablet says (paraphrased),

"we recommend the following browsers.....
Safari 3 or later
Firefox 2 or later

Press OK and it takes you back to the same screen. One cannot access webmail at all...

Wow!

In another post you say something about evidence showing it's the browser's fault and not the sites.

we recommend the following browsers.....
Safari 3 or later
Firefox 2 or later
What the hell izzat^?

I'm no "Linux root user". I don't even play one on TV but, even I can tell that is a page redirect by the SITE and not something your browser generated.

Why would you think your browser would tell you to use someone else's?

Edit: You're right Wes Doobner

I wish there was a "Hall of Fame" or suttin' on this forum where Reggie could move these quality threads.

Last edited by YoDude; 2008-07-10 at 23:53.
 
pixelseventy2's Avatar
Posts: 357 | Thanked: 115 times | Joined on Sep 2007 @ Sunny England :)
#54
Isn't the answer blatantly obvious? Apple hate freedom

Firefox 3 on Fedora 8 gives this:



Maybe apple just don't support Linux, period.

As mentioned many times already, changing the browser won't stop Apple giving you a big, fat F-You. Just another reason to boycot anything made by Apple.

The only good apple is a Braeburn
__________________
pixel - pushing buttons that shouldn't be pushed, and fiddling with things that shouldn't be fiddled with

Last edited by pixelseventy2; 2008-07-11 at 12:43. Reason: just because
 
Mara's Avatar
Posts: 1,310 | Thanked: 820 times | Joined on Mar 2006 @ Irving, TX
#55
There is one fatal error in the web page: They say "We recommend"... when they are actually saying "We force you...".

If they did just "recommend" then you should have option to "continue anyway...". I do not see that option in that page.
 

The Following 6 Users Say Thank You to Mara For This Useful Post:
yerga's Avatar
Posts: 696 | Thanked: 1,012 times | Joined on Mar 2006 @ Asturies, Spain
#56
Originally Posted by pixelseventy2 View Post
Isn't the answer blatantly obvious? Apple hate freedom

Firefox 3 on Fedora 8 gives this:



Maybe apple just don't support Linux, period.

As mentioned many times already, changing the browser won't stop Apple giving you a big, fat F-You. Just another reason to boycot anything made by Apple.

The only good apple is a Braeburn
Note this javascript function in the source of that page. I don't know javascript very well, but I think it has something to do with the problem.
Code:
	function addBrowserNametoBody() {
	    var body = SC.window;
	    body.addClassName(SC.Platform.Browser.toLowerCase());
	    if (SC.Platform.isWindows) {
	      body.addClassName('windows');
	    } else if (SC.Platform.isMac) {
	      body.addClassName('mac');
	    }
	}
__________________
Daniel Martín Yerga
maemo.org profile
Twitter
 

The Following User Says Thank You to yerga For This Useful Post:
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#57
More likely this here:
http://www.me.com//my/unsupported_br....js?1215554852

Code:
Object.extend(String.English,{"IE.Browser.Title":"We recommend the following browsers.","IE.Browser.recommendText":"To make use of rich web applications in MobileMe, we recommend one of the following supported browsers:","IE.Browser.SafariLink.Text":"Safari 3 or later","IE.Browser.FireFoxLink.Text":"Firefox 2 or later","IE.Browser.SafariLink":"http://www.apple.com/safari/download/","IE.Browser.FireFoxLink":"http://www.mozilla.com/en-US/firefox/","IE.Browser.MacOrPC.Text":"(Mac / PC)","IE.Browser.WindowsOnly.Text":"(Windows only)","IE.Browser.UpdateText":"Update your browser now to access your email, calendar, contacts, and more at","IE.Browser.MobileMe.LinkText":"me.com","IE.Browser.Support.Text":"Questions? Go to ","IE.Browser.Support.Link":"http://www.apple.com/support/mobileme","IE.Browser.Support.LinkText":"MobileMe Support","IE.Browser.check":"Don't show again"});function createCookie(cookieName,cookieValue){var value=document.getElementById('scheck1').checked;var expire;if(value==true){var today=new Date();expire=new Date();expire.setTime(today.getTime()+3600000*24*30);document.cookie=cookieName+"="+escape(cookieValue)+";expires="+expire.toGMTString()+";domain=.me.com;path=/;";}
else{expire="";document.cookie=cookieName+"="+escape(cookieValue)+";domain=.me.com;path=/;";}
location.href=document.referrer;}
function getchecked()
{var value=document.getElementById('scheck1').checked;if(value==true){$('scheck1').checked=false;}else{$('scheck1').checked=true;}}
function setContinueVisibility(){if(!isUpgradeRecommended()){$('continueOption').style.visibility='visible';}}
function isUpgradeRecommended(){var upgradeRecommended=false;var clientPlatform=SC.Platform;var ua=navigator.userAgent.toLowerCase();var isVista=false;var isWinXP=false;if(SC.Platform.isWindows){isVista=(ua.indexOf('nt 6')!=-1);isWinXP=(ua.indexOf('nt 5')!=-1);}
if(clientPlatform.Firefox&&clientPlatform.Firefox<2&&(clientPlatform.isMac||isWinXP||isVista))
upgradeRecommended=true;if(clientPlatform.Safari&&clientPlatform.Safari<2)
upgradeRecommended=true;if(clientPlatform.IE&&clientPlatform.IE==6&&isWinXP)
upgradeRecommended=true;return upgradeRecommended;}
setContinueVisibility();
Sorry, no linux platform for ya. Upgrade to Mac...
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 

The Following 2 Users Say Thank You to Bundyo For This Useful Post:
Posts: 22 | Thanked: 13 times | Joined on May 2008
#58
I see a 'continue' button right on the page. What happens if you click it?
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#59
You can see it again
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#60
I think that may be intended to let you roll on by with an ''inferior'' browser; but there's a bug which stops it from working that way.

And if this is JS trapping at fault, rather than server-side
UA-sniffing, then of course it's bypassable. (I don't have an account, know much JS, or much of anything else relevant to this thread, so I'm probably out for now... good luck, all!)
 
Reply


 
Forum Jump


All times are GMT. The time now is 08:31.