Add ReferrerPolicy IDL attribute to iframes (#34526)

Signed-off-by: Shane Handley <shanehandley@fastmail.com>
This commit is contained in:
shanehandley 2024-12-09 02:28:49 +11:00 committed by GitHub
parent b3977e7f6c
commit 3363e1a261
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 29 additions and 206 deletions

View file

@ -23,6 +23,8 @@ interface HTMLIFrameElement : HTMLElement {
attribute boolean allowFullscreen;
[CEReactions]
attribute DOMString width;
[CEReactions]
attribute DOMString referrerPolicy;
[CEReactions]
attribute DOMString height;
readonly attribute Document? contentDocument;