Closed
Bug 1451318
Opened 8 years ago
Closed 8 years ago
Ensure all Markdown rendering sets target="_blank" rel="noopener noreferrer" in links
Categories
(Taskcluster :: UI, enhancement)
Taskcluster
UI
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Unassigned)
Details
(Whiteboard: taskcluster-web)
We are careful to set these attributes on user-controlled external links generated directly in the site, but currently Markdown rendering does not set these attributes. It should.
So this will require hacking away at the <Markdown> element or the underlying markdown-it library to modify that.
Comment 1•8 years ago
|
||
https://github.com/taskcluster/taskcluster-web/blob/master/src/components/Markdown/index.jsx#L13-L18
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Whiteboard: taskcluster-web
| Assignee | ||
Updated•7 years ago
|
Component: Tools → UI and Tools
You need to log in
before you can comment on or make changes to this bug.
Description
•