Closed
Bug 223248
Opened 22 years ago
Closed 22 years ago
Page links to about:config, about:cache don't work (nothing happens). Link to about: works. HTML is fine.
Categories
(Core :: Security, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: bugzillaPost120030in, Assigned: security-bugs)
References
(
URL
)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.6a) Gecko/20031020
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.6a) Gecko/20031020
This is a snippet from the page source; looks fine to me:
visit the URL <a href="about:config">about:config</a>
<font size="1">(A mozilla bug prevents that link from working; <a
href="about:">about:</a>
<a href="about:cache"> about:cache</a> too)
I'd guess whatever makes plain about: work should make this work.
Reproducible: Always
Steps to Reproduce:
Actual Results:
When I click on link to about:config, nothing happens.
Comment 1•22 years ago
|
||
Do you disabled Javascript ?
Comment 2•22 years ago
|
||
-> security:general, but that's intentional afaik. also take a look at the JS
COnsole
Assignee: darin → security-bugs
Component: Networking → Security: General
Comment 3•22 years ago
|
||
Yes, this is by design. Content can only link to about:, about:blank,
about:mozilla, or about:credits
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 4•22 years ago
|
||
Ok, I guess. It would be a security violation to allow it? URLs like
file://etc/passwd, file:///C:/Program%20Files/Gator/default.gat are allowed,
right? Better safe than sorry? Thanks. Just asking for a bit more
explanation. (Matti: no, my JS isn't disabled; I can load the URL, I just can't
click on a link to it and get there.)
Comment 5•22 years ago
|
||
links to file://blah are only allowed if the document with the link itself is
also laoded via file://
You need to log in
before you can comment on or make changes to this bug.
Description
•