Closed
Bug 90357
Opened 25 years ago
Closed 25 years ago
the page is not visible
Categories
(Core Graveyard :: Viewer App, defect)
Tracking
(Not tracked)
People
(Reporter: JavaOne, Assigned: rickg)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.2+) Gecko/20010711
BuildID: 20010711
the site www.n-tv.de isn't visible in mozilla.
Reproducible: Always
Steps to Reproduce:
1.go to www.n-tv.de
2.
3.
Comment 1•25 years ago
|
||
This is no Mozilla bug.
The page use bad browser sniffer code.
http://www.n-tv.de/js/default.js
if(navigator.userAgent.indexOf('Netscape6') != -1){
n6=true;
}
They search "Netscape6" in the User Agent string and there is no entry for Mozilla.
BTW: They should change "Netscape6" to "Gecko" and this would work.
dupe of bug 59553
*** This bug has been marked as a duplicate of 59553 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•18 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•