From a634819cbfdca155e1623c98468600002fc31003 Mon Sep 17 00:00:00 2001 From: Liam Brady Date: Wed, 25 May 2022 13:56:01 -0400 Subject: [PATCH 1/3] add monkey patch for corp internal check --- spec.bs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/spec.bs b/spec.bs index 0f3ff49f..c6c516bb 100644 --- a/spec.bs +++ b/spec.bs @@ -165,3 +165,17 @@ The {{HTMLFencedFrameElement/src}} IDL attribute must [=reflect=] the respective

Dimension attributes

This section details monkeypatches to [[!HTML]]'s Dimension attributes section. This section will be updated to include <{fencedframe}> in the list of elements that the [=width=] and [=height=] dimension attributes apply to. + +

Patching Cross-Origin Resource Policy Internal Check

+ +In [[!Fetch]]'s cross-origin resource policy internal check steps, in the step + +> 5. Switch on policy: + +Where it currently states + +> If origin is same origin with response’s URL’s origin, then return allowed. + +Modify it to say + +> If origin is same origin with response’s URL’s origin, and [=request/destination=] is not a fenced frame, then return allowed. From b969bd2758d1da3c3296b913c47cff66d517aeec Mon Sep 17 00:00:00 2001 From: Liam Brady Date: Fri, 27 May 2022 10:54:34 -0400 Subject: [PATCH 2/3] address review comments --- spec.bs | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/spec.bs b/spec.bs index c6c516bb..59f33779 100644 --- a/spec.bs +++ b/spec.bs @@ -36,6 +36,9 @@ spec: html; urlPrefix: https://html.spec.whatwg.org/multipage/ text: reflect; url: common-dom-interfaces.html#reflect text: width; url: embedded-content-other.html#attr-dim-width text: height; url: embedded-content-other.html#attr-dim-height +spec: fetch; urlPrefix: https://fetch.spec.whatwg.org/ + type: dfn + text: cross-origin resource policy internal check; url: #cross-origin-resource-policy-internal-check