Closed
Bug 154445
Opened 23 years ago
Closed 23 years ago
Cannot enter on Société Générale bank
Categories
(Tech Evangelism Graveyard :: French, defect, P1)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 111933
People
(Reporter: fredbezies, Assigned: tristan)
References
()
Details
(Whiteboard: [havecontact])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1a+) Gecko/20020626
BuildID: 2002062608
For french people :-)
Go to http://www.particuliers.societegenerale.fr/
Click on "Accès Abonné"
Reproducible: Always
Steps to Reproduce:
1.go to this url
2.click on "accès abonné"
Actual Results: page saying
"Le navigateur que vous utilisez actuellement ne vous permet pas d'accéder à
Logitel Net.
Nous ne pouvons en conséquence donner suite à votre demande.
Cliquez ici pour mettre à jour votre navigateur."
Expected Results: Just going to "members" part :-)
Seems to be related to a bad browser sniffing, because it uses strong encryption
security SSL 128 bits.
And it doesn't seems to know mozilla as a working browser for this :-/
Here is a part of code of the URL page:
"function valider(page,boolFermerCadenas)
{
if (window.location.host.search("logitelnet") != -1)
page = "https://" + window.location.host.replace("www.","") + "/" + page;
else
page = "https://logitelnet.socgen.com/" + page;
var bNom=getType();
var bVer=parseInt(getVersion());
if (bNom == "unknown")
window.location.href="/navig00.html";
else if (bNom == "Netscape")
{
if (bVer == 3 || bVer == 4)
{
if (boolFermerCadenas != 0)
{
w=open("","w","width=120,height=120");
w.close();
}
window.location.href=page;"
It also called some others js files.
| Reporter | ||
Comment 1•23 years ago
|
||
Seems to be contact for this problem : logitel.net@socgen.com
Priority: -- → P1
Whiteboard: [havecontact]
Comment 2•23 years ago
|
||
This bug is a duplicate of bug 111933
"logitelnet.socgen.com : bank denies Mozilla and Netscape 6"
http://logitelnet.socgen.com/
sorry Frédéric ;-)
Comment 3•23 years ago
|
||
yup
*** This bug has been marked as a duplicate of 111933 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•