Add `TrustedScript` to `ChildNode.replaceWith`
Categories
(Core :: DOM: Security, task)
Tracking
()
People
(Reporter: mbrodesser-Igalia, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-needed, Whiteboard: [domsecurity-active])
Implement the spec: https://dom.spec.whatwg.org/#childnode.
Reporter | ||
Comment 1•4 months ago
|
||
@Ruth John: this will first be behind the dom.security.trusted_types.enabled
pref, which is false
by default. Presumably, the dev-doc should only be updated when the pref is switched to true
in release?
(In reply to Mirko Brodesser (:mbrodesser-Igalia) from comment #1)
@Ruth John: this will first be behind the
dom.security.trusted_types.enabled
pref, which isfalse
by default. Presumably, the dev-doc should only be updated when the pref is switched totrue
in release?
Thanks for the additional info! We would still need to update our experimental features notes https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Experimental_features so keeping the keyword here is still valid. And yes, we would also need to know when the pref is flipped :)
Updated•4 months ago
|
Reporter | ||
Updated•2 months ago
|
Reporter | ||
Updated•2 months ago
|
Reporter | ||
Comment 4•2 months ago
|
||
TT were removed here from the spec.
Description
•