Closed
Bug 1257465
Opened 9 years ago
Closed 9 years ago
Recoginize data: URLs in comments and linkify them
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: xidorn, Unassigned)
Details
We sometimes write data: URL inline for simple testcases. It would be great if those URLs are clickable like other URLs.
You may want to match "^data:text/[^,\s];" for those URLs.
Updated•9 years ago
|
Severity: normal → enhancement
Summary: Recoginize data: URL → Recoginize data: URLs in comments and linkify them
![]() |
||
Comment 1•9 years ago
|
||
data: is not considered safe and is intentionally not linkified, see bug 619588.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•