Re: [whatwg/fetch] Sketch out a CORP-only mode. (#893)

annevk commented on this pull request.



>  
-  <p class="note no-backref">While redirects that carry  a
-  `<a http-header><code>Cross-Origin-Resource-Policy</code></a>` header are checked, redirects
-  without such a header resulting in <var>response</var> do not contribute to this algorithm. I.e.,
-  <var>request</var>'s <a for=request>tainted origin flag</a> is not checked.
+   <li><p><var>request</var> is a <a>navigation request</a> whose <a for=request>reserved client</a>
+   is an <a for=/>environment</a> whose <a for=environment>target browsing context</a> is neither a
+   <a>nested browsing context</a> nor an <a>auxiliary browsing context</a>.

New hotness background:

* https://html.spec.whatwg.org/#integration-with-the-javascript-agent-cluster-formalism
* https://html.spec.whatwg.org/#groupings-of-browsing-contexts
* https://github.com/whatwg/html/issues/4361

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/893#discussion_r274902548

Received on Friday, 12 April 2019 13:21:54 UTC