Skip to content

Commit 82e7f2d

Browse files
committed
Copying changes to v1
1 parent f4915e6 commit 82e7f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/v1/index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2118,7 +2118,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
21182118

21192119
The implementers are encouraged to note:
21202120

2121-
* Plug-ins should not load via [=/service workers=]. As plug-ins may get their security origins from their own urls, the embedding [=/service worker=] cannot handle it. For this reason, the <a>Handle Fetch</a> algorithm makes the <a>potential-navigation-or-subresource request</a> (whose context is either <code>&lt;embed&gt;</code> or <code>&lt;object&gt;</code>) immediately fallback to the network without dispatching {{fetch!!event}} event.
2121+
* Plug-ins should not load via [=/service workers=]. As plug-ins may get their security origins from their own urls, the embedding [=/service worker=] cannot handle it. For this reason, the <a>Handle Fetch</a> algorithm makes <code>&lt;embed&gt;</code> and <code>&lt;object&gt;</code> requests immediately fallback to the network without dispatching {{fetch!!event}} event.
21222122
* Some of the legacy networking stack code may need to be carefully audited to understand the ramifications of interactions with [=/service workers=].
21232123
</section>
21242124

@@ -2741,7 +2741,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
27412741
1. Let |client| be |request|'s [=request/client=].
27422742
1. Let |reservedClient| be |request|'s [=request/reserved client=].
27432743
1. Assert: |request|'s [=request/destination=] is not "<code>serviceworker</code>".
2744-
1. If |request| is a <a>potential-navigation-or-subresource request</a>, then:
2744+
1. If |request|'s [=request/destination=] is either "<code>embed</code>" or "<code>object</code>", then:
27452745
1. Return null.
27462746
1. Else if |request| is a <a>non-subresource request</a>, then:
27472747

0 commit comments

Comments
 (0)