@@ -708,8 +708,8 @@ <h3 id="should-block-fetch">
708
708
</ li >
709
709
</ ol >
710
710
< li >
711
- Otherwise, if < var > context</ var > is an < a > optionally- blockable
712
- request context</ a > , return < strong > blocked</ strong > .
711
+ Otherwise, if < var > context</ var > is a < a > blockable request
712
+ context</ a > , return < strong > blocked</ strong > .
713
713
</ li >
714
714
< li >
715
715
If the user agent is configured to block < a > optionally-blockable</ a >
@@ -723,8 +723,7 @@ <h3 id="should-block-fetch">
723
723
</ ol >
724
724
</ li >
725
725
< li >
726
- Otherwise, < var > origin</ var > is < a > potentially secure</ a > , so
727
- return < strong > allowed</ strong > .
726
+ Return < strong > allowed</ strong > .
728
727
</ li >
729
728
</ ol >
730
729
@@ -745,9 +744,9 @@ <h3 id="should-block-response">
745
744
746
745
Note: < a href ="#should-block-fetch "> If a request proceeds</ a > , we still
747
746
might want to block the response based on the state of the connection
748
- that generated the response (e.g. because the response is a < a > blockable</ a >
749
- < a > request </ a > , but the connection is < a > insecure</ a > ). This algorithm is
750
- used to make that determination.
747
+ that generated the response (e.g. because the request is < a > blockable</ a > ,
748
+ but the connection is < a > insecure</ a > ). This algorithm is used to make
749
+ that determination.
751
750
752
751
Given a < a > request</ a > < var > request</ var > and < a > response</ a >
753
752
< var > response</ var > , the user agent determines what response should be
@@ -969,8 +968,9 @@ <h3 id="service-workers">Service Workers</h3>
969
968
those requests were triggered from a document (which, presumably, ensures
970
969
that they'll be used in an < a > optionally-blockable</ a > context). Those
971
970
insecure results, however, cannot be exposed to the Service Worker, nor
972
- should the Service Worker be allowed to launder < a > optionally-blockable</ a >
973
- requests into < a > blockable</ a > responses.
971
+ should the Service Worker be allowed to launder responses to
972
+ < a > optionally-blockable</ a > requests into responses to < a > blockable</ a >
973
+ requests.
974
974
975
975
To that end:
976
976
0 commit comments