Commit f86eb723 authored by Dave Tapuska's avatar Dave Tapuska Committed by Commit Bot

Enable disallowdocumentaccess

Allow the ability to restrict same origin documents.
Approved intent to ship https://groups.google.com/a/chromium.org/g/blink-dev/c/TzuPAx9ZOk0/m/5num2KNACAAJ

https://chromestatus.com/feature/5648946183536640

BUG=961448

Change-Id: Ic3996eb5015484fd3d3220b357d5b17d50413d60
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417099Reviewed-by: default avatarPhilip Jägenstedt <foolip@chromium.org>
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809355}
parent 4f4586fd
...@@ -690,7 +690,7 @@ ...@@ -690,7 +690,7 @@
}, },
{ {
name: "DisallowDocumentAccess", name: "DisallowDocumentAccess",
status: "experimental", status: "stable",
}, },
{ {
name: "DisplayCutoutAPI", name: "DisplayCutoutAPI",
......
...@@ -627,6 +627,7 @@ html element iframe ...@@ -627,6 +627,7 @@ html element iframe
property contentDocument property contentDocument
property contentWindow property contentWindow
property csp property csp
property disallowDocumentAccess
property featurePolicy property featurePolicy
property frameBorder property frameBorder
property getSVGDocument property getSVGDocument
......
...@@ -2890,6 +2890,7 @@ interface HTMLIFrameElement : HTMLElement ...@@ -2890,6 +2890,7 @@ interface HTMLIFrameElement : HTMLElement
getter contentDocument getter contentDocument
getter contentWindow getter contentWindow
getter csp getter csp
getter disallowDocumentAccess
getter featurePolicy getter featurePolicy
getter frameBorder getter frameBorder
getter height getter height
...@@ -2911,6 +2912,7 @@ interface HTMLIFrameElement : HTMLElement ...@@ -2911,6 +2912,7 @@ interface HTMLIFrameElement : HTMLElement
setter allowFullscreen setter allowFullscreen
setter allowPaymentRequest setter allowPaymentRequest
setter csp setter csp
setter disallowDocumentAccess
setter frameBorder setter frameBorder
setter height setter height
setter loading setter loading
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment