Closed
Bug 78191
Opened 25 years ago
Closed 25 years ago
about: -> about:credits doesn't display
Categories
(Core :: Security, defect)
Core
Security
Tracking
()
People
(Reporter: lidl, Assigned: security-bugs)
References
(
URL
)
Details
If one starts a fresh build of the browser (In my case, a pull of
the 0.9 cvs branch from last night.) with the home page of
about:blank.
Then type in "about:" into the location bar.
This displays normally.
Then click on the Contributors link of the displayed page. Nothing
changes -- ie, the link is not followed.
If you middle-mouse click (open in new window) the link, it will start
a new browser window and show the about:credits page.
Typing in "about:credits" into the location bar works too...
I'm not sure if this is the same bug as 60541 or not -- I certainly
don't have to fiddle with my debug menu to have it occur every time.
-Kurt
*** Bug 78192 has been marked as a duplicate of this bug. ***
Comment 2•25 years ago
|
||
Right... In a debug build, the console says:
The link to about:credits was blocked by the security manager.
Remote content may not link to local content.
Which is the problem. "about:" should not be "remote content". Or
"about:credits" should not be "local content".
os=platform=all. settins status to new. See also bug 40024
Assignee: asa → blakeross
Status: UNCONFIRMED → NEW
Component: Browser-General → XP Apps: GUI Features
Ever confirmed: true
Keywords: mozilla0.9.1
OS: BSDI → All
QA Contact: doronr → sairuh
Hardware: Other → All
Comment 3•25 years ago
|
||
Mitch, can you help?
Comment 4•25 years ago
|
||
Note that you get the same message when you click on the URL: link from bugzilla
(http->about). Why is about:* restricted?
(The reason that about: can't load about:blank is because the sourcespec is
resource:///chrome/en-US.jar, so the same-protocol check fails. It also
references a chrome: url as an img source, which will probably fail one of these
days)
| Assignee | ||
Comment 5•25 years ago
|
||
I'll fix this. I restricted about: URLs a bit because of a possible exploit.
Assignee: blakeross → mstoltz
Updated•25 years ago
|
QA Contact: sairuh → ckritzer
Comment 6•25 years ago
|
||
Component-> Security: General
Component: XP Apps: GUI Features → Security: General
Comment 8•25 years ago
|
||
Good catch
*** This bug has been marked as a duplicate of 77203 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•