You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="note" role="note">Note: <ahref="#should-block-fetch">If a request proceeds</a>, we still
1099
1098
might want to block the response based on the state of the connection
1100
-
that generated the response (e.g. because the response is a <adata-link-type="dfn" href="#blockable">blockable</a>
1101
-
<adata-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-request">request</a>, but the connection is <adata-link-type="dfn" href="#insecure-origin">insecure</a>). This algorithm is
1102
-
used to make that determination.</p>
1099
+
that generated the response (e.g. because the request is <adata-link-type="dfn" href="#blockable">blockable</a>,
1100
+
but the connection is <adata-link-type="dfn" href="#insecure-origin">insecure</a>). This algorithm is used to make
those requests were triggered from a document (which, presumably, ensures
1417
1416
that they’ll be used in an <adata-link-type="dfn" href="#optionally_blockable">optionally-blockable</a> context). Those
1418
1417
insecure results, however, cannot be exposed to the Service Worker, nor
1419
-
should the Service Worker be allowed to launder <adata-link-type="dfn" href="#optionally_blockable">optionally-blockable</a>
1420
-
requests into <adata-link-type="dfn" href="#blockable">blockable</a> responses.</p>
1418
+
should the Service Worker be allowed to launder responses to
1419
+
<adata-link-type="dfn" href="#optionally_blockable">optionally-blockable</a> requests into responses to <adata-link-type="dfn" href="#blockable">blockable</a>
0 commit comments