Closed Bug 114182 Opened 24 years ago Closed 24 years ago

kazaa.com - blocks Mozilla

Categories

(Tech Evangelism Graveyard :: English US, defect)

defect
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: markus.langstrom, Assigned: doronr)

References

()

Details

(Whiteboard: aok)

From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.6+) Gecko/20011126 BuildID: 2001112603 One of the biggest file sharing communities is blocking our favourite browser! Reproducible: Always Steps to Reproduce: 1. Go to http://www.kazaa.com/ Actual Results: Get redirected to http://www.kazaa.com/notsupported.htm, which results in a "404 Not Found" error. Expected Results: Let me in!
Status: UNCONFIRMED → NEW
Ever confirmed: true
-> US
Assignee: momoi → bclary
Component: The Americas → English: US
QA Contact: jonrubin → zach
The page isn't a 404 anymore: <http://www.kazaa.com/assets/k-logo-onwhite.gif> The KaZaA website requires a version 4+ browser. Please upgrade your browser and try again. No link to bypass. No contact info. Assholes.
OS: Windows 98 → All
Hardware: PC → All
*** Bug 116472 has been marked as a duplicate of this bug. ***
Funniest thing, their site is working fine with Mozilla (just take look at http://www.kazaa.com/en/download.htm). But Kazaa is an IE and Windows Media Player embedder. Coincidence?
Well, there is a version of kazaa for linux downloadable from their site. A little more on topic: The site does not work even when masquerading the useragent string as IE. Asa posted this to slashdot, I trust it is right: kazaa.com has lame browser sniffing: //redirect for people with a less than //version 4 browser var NS4 = (document.layers); var IE4 = (document.all); var ver4 = (NS4 || IE4); if(!ver4) location.href= "notsupported.htm";
*** Bug 116595 has been marked as a duplicate of this bug. ***
Whiteboard: aok
contacted via webform
Assignee: bclary → doronr
don't forget to assign and set the milestone when contacting sites!
Status: NEW → ASSIGNED
Target Milestone: --- → Feb
Fixed, doesn't block us anymore!
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
//redirect for people with a less than //version 4 browser var appVer = navigator.appVersion; var NS4 = (document.layers) || (appVer.indexOf("6.")); var IE4 = (document.all); var ver4 = (NS4 || IE4); //if(!ver4) // location.href= "notsupported.htm"; Seems a temporary thing..not verifing yet
Verified Fixed
Status: RESOLVED → VERIFIED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.