diff --git a/source b/source index fb5fddc4ebf..5e68489351a 100644 --- a/source +++ b/source @@ -91416,6 +91416,26 @@ interface BarProp { associated Document.

+
The cross site + ancestry
+
+
    +
  1. If window's navigable's parent is null, then return false.

  2. +
  3. Let parentDocument be window's navigable's parent's active + document.

  4. +
  5. If parentDocument's relevant settings object's cross site ancestry is true, + then return true.

  6. +
  7. If parentDocument's origin + is not same site with window's associated Document's origin, then return true.

  8. +
  9. Return false.

  10. +
+
+
The policy container

Return the policy container of @@ -107237,6 +107257,12 @@ new PaymentRequest(…); // Allowed to use

An origin used in security checks.

+
A cross site ancestry
+ +
A boolean representing whether scripts that use this environment settings + object are always considered cross-site due to the context of their construciton.
+
A policy container
@@ -121757,6 +121783,20 @@ interface SharedWorkerGlobalScope : WorkerGlobalScope origin otherwise.

+
The cross site ancestry
+
+
    +
  1. If outside settings's cross site ancestry is true, + then return true.

  2. +
  3. If worker global scope's url's scheme is "data", then return + true.

  4. +
  5. Return false.

  6. +
+
+
The policy container

Return worker global scope's WorkletGlobalScope {};

Return origin.

+
The cross site + ancestry
+
+

Return true.

+
+
The policy container

Return inheritedPolicyContainer.

@@ -146169,6 +146215,7 @@ INSERT INTERFACES HERE Ben Millard, Benjamin Carl Wiley Sittler, Benjamin Hawkes-Lewis, + Benjamin VanderSloot, Benji Bilheimer, Benoit Ren, Bert Bos,