Closed Bug 155590 Opened 22 years ago Closed 21 years ago

muchagente.com - Bans access to 'netscape' users.

Categories

(Tech Evangelism Graveyard :: Spanish, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: amla70, Assigned: tristan)

References

()

Details

Try to access http://www.muchagente.com/ and Mozilla gets automatically
redirected to http://www.muchagente.com/defaultNetscape.asp saying that I must
use internet explorer to enjoy their portal.

You can enter by disabling JS as their stupid check is
	if (navigator.appName.toUpperCase().indexOf("NETSCAPE") >= 0)
	{
		//Netscape
		Version = parseFloat(navigator.appVersion)
		return "NS"
	}	
...

if(valorNavegador.toUpperCase()=='NS'){
	window.location='/defaultNetscape.asp';


here's an email: mailto:muchagente@muchonet.com

And yes, the page looks horrible after entering, but how much do you bet that
this is only due to bad HTML and CSS code?
I don't see that script; the page works for me in Moz 20030425 OSX. Did they fix it?
OS: Windows 98 → All
Hardware: PC → All
Yes, it's fixed. They seem to have changed all the web.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
New Component
Component: Europe: West → Spanish
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.