Closed Bug 1470415 Opened 7 years ago Closed 7 years ago

Nasty link hijack in final code example in 'Introduction to the DOM > What is the DOM?'

Categories

(Developer Documentation Graveyard :: API: DOM, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: judah, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 Steps to reproduce: Click URL in VS Code to follow link, then copied and paste URL into Chrome and Firefox Developer Edition This is the link on line 32 of the HTML doc at bottom of page: http://www.brownhen.com/dom_api_top.html Actual results: Link forwarded to a nasty page that simulated a windows virus infection and zoomed window full screen. On FDE it prompted for user/password. Bad news. Expected results: Reached a relevant web page
So, this link has not changed since at least 2007. So the problem is actually that the site it links to has been attacked.
I've replaced the URL with a fake one.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Hi Eric. I figured that it was an old site attack. Thanks for changing the URL in the code. However, since it's only a sample link to test DOM values, it just occurred to me that it could be changed to an empty link "#" to save confusion. Cheers, Judah
You need to log in before you can comment on or make changes to this bug.