Skip to content

Commit 8dbad0b

Browse files
committed
Clarify that different approaches are allowed for context checks.
1 parent bdd13ed commit 8dbad0b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4890,8 +4890,9 @@ <h3>Context Validation</h3>
48904890
presentations=] that it will process. Not checking these JSON-LD Context values
48914891
against known good values, and the semantics that they convey, can lead to
48924892
security vulnerabilities. While the algorithm above provides one way of checking
4893-
these values, and one optional way of safely processing unknown values, there
4894-
are other approaches that provide the same protections.
4893+
these values, and one optional way of safely processing unknown values,
4894+
implementers MAY use alternative approaches, or a different ordering of the
4895+
steps, that provide the same protections.
48954896
</p>
48964897

48974898
<p>

0 commit comments

Comments
 (0)