Closed
Bug 88727
Opened 24 years ago
Closed 24 years ago
file:///<path> does not work on a web page.
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: deragon, Assigned: karnaze)
Details
If I type file:///<path> in the location bar, it works. However if the URL is
on a web page, clicking on it does nothing except highlighting the link.
Example how it would be defined on a web page:
<a href="file:///<path>">Click here</a>
This occurs on version 0.9.1 distributed by Ximian. It also occured on previous
0.8.x versions.
Sincerely,
Hans Deragon
Comment 2•24 years ago
|
||
This is very likely by design. (Security/privacy.)
| Reporter | ||
Comment 3•24 years ago
|
||
This is a duplicate of 40538. I have set in .mozilla/pref.js:
user_pref("security.checkloaduri", false);
and now the browser works has I wish.
Embeded "file:///<path>" links within web pages are common in internal
websites where security is not an issue (you trust your employes, and anyway
they have direct access to the server so...).
But at a minimum, if security.checkloaduri is set to true and one clicks
on such a link, something should show up to the user. Ideally, the error
message and an explanation about the security.checkloaduri, how to set it
up and what are the consequences when set to true.
Comment 4•24 years ago
|
||
*** This bug has been marked as a duplicate of 84128 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•