Hector Villafuerte wrote:
Hi all,Abosolutely bazaar thinking, isn't it?...
I'm having troubles accessing my bank's online services from Mozilla
1.6.
I contacted the bank's webmaster and he told me that "for security
reasons" those services where only available for Internet Explorer !
Can you identify the bank and website so we can make sure an evangelism bug is filed and we continue to press for granting access to mozilla based browsers...
Anyway, after login into that site, I got this piece of code for the browser validation:
<SCRIPT LANGUAGE="JavaScript1.1">
<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("Copyright (c) 2002 - Corporacisn G&TContinental - Guatemala
-");
return false;
}
return true;
}
Is there a way to emulate browser ID in Mozilla?
I read that it can be done in Konqueror. BTW, I'm also using GNOME 2.4
and Debian Linux 3.
You can install this extension... http://extensionroom.mozdev.org/more-info.php/useragentswitcher
Thanks
chris h.
Thanks in advance,
Hector
_______________________________________________
Mozilla-security mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-security
_______________________________________________ Mozilla-security mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-security
