diff --git a/source b/source index c674496762c..c2eec9ef807 100644 --- a/source +++ b/source @@ -2757,6 +2757,14 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute +

The following terms are defined in Document Policy: + +

+

The following terms are defined in Referrer Policy: REFERRERPOLICY

@@ -94771,6 +94779,10 @@ interface Origin {
  • A CSP list, which is a CSP list. It is initially empty.

  • +
  • An document + policy, which is an document policy. It is initially a new document + policy.

  • +
  • An embedder policy, which is an embedder policy. It is initially a new embedder policy.

  • @@ -94803,6 +94815,10 @@ interface Origin { data-x="list append">append a copy of policy into clone's CSP list.

    +
  • Set clone's document + policy to a copy of policyContainer's document policy.

  • +
  • Set clone's embedder policy to a copy of policyContainer's embedder policy.

  • @@ -94861,6 +94877,10 @@ interface Origin { result of parsing a response's Content Security Policies given response.

    +
  • Set result's document + policy to the result of parsing the + `Document-Policy` header given response.

  • +
  • If environment is non-null, then set result's embedder policy to the result of obtaining an embedder policy given response @@ -157033,6 +157053,7 @@ INSERT INTERFACES HERE Mohammad Al Houssami, Mohammad Reza Zakerinasab, Momdo Nakamura, + Monica Chintala, Morten Stenshorne, Mounir Lamouri, Ms2ger,