mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Implement iframe.srcdoc trusted type sink (#36960)
Part of https://github.com/servo/servo/issues/36258 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com> Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
parent
9f6a40e6aa
commit
c985c08737
9 changed files with 36 additions and 38 deletions
|
@ -371,7 +371,7 @@ DOMInterfaces = {
|
|||
},
|
||||
|
||||
'HTMLIFrameElement': {
|
||||
'canGc': ['Sandbox'],
|
||||
'canGc': ['Sandbox', 'SetSrcdoc'],
|
||||
},
|
||||
|
||||
'HTMLImageElement': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue