Re: [whatwg/fetch] Treat data URLs as same-origin, except for workers (#387)

mikewest commented on this pull request.



> @@ -2426,6 +2423,16 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul
      using <var>request</var>.
     </ol>
 
+    <p class="note no-backref">HTML will assign any documents and dedicated workers created from a
+    <span data-anolis-spec=url title=concept-url>URL</span> whose
+    <span data-anolis-spec=url title=concept-url-scheme>scheme</span> is "<code>data</code>" an
+    <span data-anolis-spec=html>opaque origin</span> and it prevents creation of shared workers from

Tiny nit: perhaps `s/and it prevents/, and prevents/`

-- 
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/387#pullrequestreview-155993

Received on Thursday, 15 September 2016 12:50:15 UTC