Closed
Bug 1959725
Opened 11 days ago
Closed 5 days ago
Implement Document.parseHTML
Categories
(Core :: DOM: Security, task)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
139 Branch
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: tschuster, Assigned: tschuster)
References
(Blocks 2 open bugs, )
Details
(Keywords: dev-doc-needed)
Attachments
(1 file)
The Sanitizer API specification adds parseHTML
and sanitizer support to parseHTMLUnsafe
on the Document. Right now we only support parseHTMLUnsafe
without a sanitizer, and parseHTML
is missing completely.
Keywords: dev-doc-needed
Assignee | ||
Comment 1•5 days ago
|
||
Let's use bug 1959727 for adding the sanitizer
options to setHTMLUnsafe
and parseHTMLUnsafe
.
Summary: Implement Document parseHTML and parseHTMLUnsafe with sanitizer → Implement Document.parseHTML
Assignee | ||
Comment 2•5 days ago
|
||
Updated•5 days ago
|
Assignee: nobody → tschuster
Status: NEW → ASSIGNED
Pushed by tschuster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bfb2d6b0b416
Implement Document.parseHTML. r=emilio
Comment 4•5 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 days ago
status-firefox139:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•