We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669e4c2 commit 0e8ffa1Copy full SHA for 0e8ffa1
1 file changed
index.bs
@@ -327,13 +327,15 @@ To <dfn abstract-op local-lt="matches">match a URL to a Connection Allowlist</df
327
(|url|) and a [=connection allowlist=] (|connection allowlist|), execute the following steps,
328
which return [=success=] or [=failure=].
329
330
-1. [=list/iterate|For each=] |pattern| in |connection allowlist|'s
+1. If |url| [=is local=], return [=success=].
331
+
332
+2. [=list/iterate|For each=] |pattern| in |connection allowlist|'s
333
[=Connection Allowlist/allowlist=]:
334
335
1. If [=URL pattern/match|URL pattern matching=] given |pattern| and |url| does not return
336
`null`, return [=success=].
337
-2. Return [=failure=].
338
+3. Return [=failure=].
339
340
</div>
341
0 commit comments