Closed
Bug 40028
Opened 25 years ago
Closed 25 years ago
chrome:// is reconized as a URL
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: bugzilla, Assigned: rhp)
Details
If you have a mail that consist of the following lines:
http://
ftp://
chrome://
file://
killer://
both chrome:// and file:// are reconized as a URL's and are hyperlinked. The
other ones aren't!
Is that correct?
Comment 1•25 years ago
|
||
Ben, if anyoone can explain this, it's you.
Comment 2•25 years ago
|
||
Yes. INVALID.
Long answer: My code knows nothing about chrome. It just asks necko "is that an
uri?". necko answers "yes", so it's linkified.
BTW: I don't think, this is a security risk. A msg should be just like a webpage.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 3•25 years ago
|
||
So why isn't http:// and ftp:// an uri?
Is it a bug in Necko?
Comment 4•25 years ago
|
||
gemal, can you load <http://>? No, the host is missing. Can you load <file://>?
Yes on Unix, the root is shown
Reporter | ||
Comment 5•25 years ago
|
||
I just know that pressing the <file://> and <chrome://> links with my Mozilla
does absolutly nuthing!
Build 2000052020 on Win2K
Comment 6•25 years ago
|
||
Then file a bug against necko, propably andreas otte. amke them block bug 19313.
qa to tever.
Component: MIME → Networking
Product: MailNews → Browser
QA Contact: lchiang → tever
You need to log in
before you can comment on or make changes to this bug.
Description
•