Updates:
Status: Untriaged
Cc: [email protected]
Labels: Area-WebKit HasReduction JavaScript Area-Compat
Comment #2 on issue 5386 by [email protected]: Chrome redirects to a strange
website
http://code.google.com/p/chromium/issues/detail?id=5386
A javascript file default2.js is referenced by the source code, and in this
file
there is code like:
......
if (document.domain = "cawjb.com")
{
location.href="http://persiankitty.com/"
}
......
In IE/Firfox, the if condition evaluates false and the page will not be
redirected.
However in Chrome/Safari, the if condition evaluates true and the page is
redirected
to the porn site.
Here is a reduction:
http://go/reductions/5386/test-quirks.html
Attachments:
test-quirks.html 299 bytes
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---