Closed
Bug 13543
Opened 26 years ago
Closed 26 years ago
Spoofing windows using javascript URLs
Categories
(Core :: Security, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M14
People
(Reporter: joro, Assigned: norrisboyd)
References
()
Details
It is possible to spoof windows in build 1999090808 using javascript URLs.
The code is:
a=window.open("http://www.yahoo.com","a");
setTimeout('a.location="javascript:s=\'This window is spoofed\'";',20000);
Assignee | ||
Updated•26 years ago
|
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 1•26 years ago
|
||
I now get "javascript:s='This window is spoofed'" in the location bar. I think
this was fixed by some of Nisheeth's changes to the javascript: urls.
Bulk moving all Browser Security bugs to new Security: General component. The
previous Security component for Browser will be deleted.
Component: Security → Security: General
You need to log in
before you can comment on or make changes to this bug.
Description
•