Skip to content

Commit 27c3925

Browse files
committed
Remove separate "allow-unsafe-webtransport-hashes" algorithm in the end
1 parent d0d230a commit 27c3925

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

index.bs

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4280,27 +4280,6 @@ Content-Type: application/reports+json
42804280
9. Return "`Matches`".
42814281
</ol>
42824282

4283-
<h5 id="allow-unsafe-webtransport-hashes" algorithm>
4284-
Does a source list allow unsafe WebTransport hashes?
4285-
</h5>
4286-
4287-
A <a>source list</a>
4288-
<dfn export for="source list" local-lt="allow unsafe WebTransport hashes">allows unsafe WebTransport hashes</dfn>
4289-
if it contains the <a grammar>`keyword-source`</a>
4290-
expression <a grammar>`'unsafe-webtransport-hashes'`</a>, as described in the following
4291-
algorithm:
4292-
4293-
Given a <a>source list</a> |list|, the following
4294-
algorithm returns "`Allows`" if allowed and "`Does Not Allow`" otherwise.
4295-
4296-
1. <a for=set>For each</a> |expression| of |list|:
4297-
4298-
1. If |expression| is an <a>ASCII case-insensitive</a> match for the
4299-
<a grammar>`keyword-source`</a> "<a grammar>`'unsafe-webtransport-hashes'`</a>",
4300-
return "`Allows`".
4301-
4302-
2. Return "`Does Not Allow`".
4303-
43044283
<h4 id="matching-elements">Element Matching Algorithms</h4>
43054284

43064285
<h5 id="is-element-nonceable" algorithm>

0 commit comments

Comments
 (0)