Closed
Bug 78831
Opened 24 years ago
Closed 23 years ago
resource: URLs can't load chrome: urls
Categories
(Core :: Security, defect)
Core
Security
Tracking
()
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: pavlov, Assigned: security-bugs)
References
Details
(Whiteboard: fix in hand)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Loading |about:| with images making a call to CheckLoadURI() causes the logo to
not load. I expect this will happen in other places as well.
Reporter | ||
Updated•24 years ago
|
Keywords: mozilla0.9.1
Reporter | ||
Comment 1•24 years ago
|
||
Whats the status of this? Is it going to make 0.9.1?
Assignee | ||
Comment 2•23 years ago
|
||
Assignee | ||
Comment 3•23 years ago
|
||
This is needed in order to turn on a security check for loading images (bug
69070). This would be good to have in 0.9.1. Without this patch, the security
check breaks things.
Status: NEW → ASSIGNED
Whiteboard: fix in hand
Target Milestone: --- → mozilla0.9.1
Reporter | ||
Comment 4•23 years ago
|
||
r=pavlov
Comment 5•23 years ago
|
||
sr=brendan@mozilla.org.
Have you considered using SchemeIs rather than GetScheme?
/be
Assignee | ||
Comment 6•23 years ago
|
||
Brendan,
Yes I did, but there's no gain in this case. SchemeIs saves a strcpy, but I
think 2 strcpys are faster than 20 or so virtual function calls, which would be
required if we used SchemeIs.
Assignee | ||
Comment 7•23 years ago
|
||
Fixed.
Assignee | ||
Comment 8•23 years ago
|
||
Really this time.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 9•23 years ago
|
||
Okay, so if the about: page loads and the images* associated with it load as
well, this bug is:
Marked VERIFIED FIXED on:
-MacOS91 2001-05-21-15-trunk
-Win98SE 2001-05-22-06-trunk
-LinRH62 2001-05-22-05-trunk
* Image Logos for:
- Netscape
- Java
- Support.com
- Macromedia
- RSA
- Lernout & Hauspie
- Net2Phone
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•