[Webkit-unassigned] [Bug 9970] air-scotland, redirects to self on all Mac browsers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 26 20:36:34 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=9970





------- Comment #3 from ddkilzer at webkit.org  2007-12-26 20:36 PDT -------
There may be enough saved on the Internet Archive to research this issue
(loading the June 21, 2006 still redirects to the original web site):

http://web.archive.org/web/*/http://www.air-scotland.com/

Viewing the source, it looks like this JavaScript is probably the cause of the
issue:

version = navigator.appVersion;
if (version.toLowerCase().indexOf("mac")!=-1) 
        location.href = 'default.asp?mac=true';
//else if (navigator.appName == 'Netscape')    
//      location.href = 'main_basic.asp';

This seems like suspect JavaScript code, so there's no point in investigating
the issue (especially if it affects multiple Mac browsers).


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list