Closed
Bug 620666
Opened 15 years ago
Closed 14 years ago
urlSecurityCheck should include the principal uri in its exception
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
RESOLVED
FIXED
mozilla5
People
(Reporter: asaf, Assigned: asaf)
References
Details
Attachments
(1 file)
917 bytes,
patch
|
dao
:
review+
joe
:
approval2.0-
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #499279 -
Flags: review?(dao)
Updated•15 years ago
|
Attachment #499279 -
Flags: review?(dao) → review+
Assignee | ||
Updated•15 years ago
|
Attachment #499279 -
Flags: approval2.0?
Comment 2•15 years ago
|
||
Comment on attachment 499279 [details] [diff] [review]
patch
>diff -r 1cb5ff9e32f6 toolkit/content/contentAreaUtils.js
>+ throw "Load of " + aURL + principalStr + " denied.";
Don't you need a space between aURL and principalStr?
Assignee | ||
Comment 3•15 years ago
|
||
principalStr starts with a space.
Comment 4•15 years ago
|
||
Lol, I'm as blind as bat... :)
Updated•15 years ago
|
Attachment #499279 -
Flags: approval2.0? → approval2.0+
Comment 5•14 years ago
|
||
Comment on attachment 499279 [details] [diff] [review]
patch
Sorry, it's too late for 2.0.
Attachment #499279 -
Flags: approval2.0+ → approval2.0-
Comment 6•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.2
You need to log in
before you can comment on or make changes to this bug.
Description
•