Closed
Bug 33803
Opened 26 years ago
Closed 26 years ago
document.domain doesn't affect javascript: URL's
Categories
(Core :: Security, defect, P3)
Core
Security
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: security-bugs, Assigned: security-bugs)
References
()
Details
Click on a Javascript: URL on a page on which document.domain has been set, and
the javascript: URL runs with the original domain. Look at
http://warp/u/mstoltz/bugs/jsurl.http
Principals for a javascript: URL are calculated from the URL of the referring
page, not the principal of the referring page. Can we use the principal of the
page instead? That way, any change to the principal (document.domain) will be
relected when javascript: URLs are executed.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•26 years ago
|
||
Will be fixed as part of javascript: protocol overhaul, reassigning to norris.
Assignee: mstoltz → norris
Status: ASSIGNED → NEW
Updated•26 years ago
|
| Assignee | ||
Comment 3•26 years ago
|
||
Bulk reassigning most of norris's bugs to mstoltz.
Assignee: norris → mstoltz
Status: ASSIGNED → NEW
| Assignee | ||
Comment 4•26 years ago
|
||
Related to the javascript: URL referrer problem. Marking M17.
Status: NEW → ASSIGNED
Target Milestone: M16 → M17
| Assignee | ||
Comment 6•26 years ago
|
||
Fix for 31818 fixed this bug. Use the above URL as a testcase. (Internal,
sorry). Marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Flags: testcase+
Updated•19 years ago
|
Flags: in-testsuite+ → in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•