diff --git a/src/context.py b/src/context.py index 9b8078532..24ffabacc 100644 --- a/src/context.py +++ b/src/context.py @@ -10,8 +10,10 @@ __module_group__ = "Security" VALID_CONTEXTS = ( "https://www.w3.org/ns/activitystreams", + "https://www.w3.org/ns/cid/v1", "https://w3id.org/identity/v1", "https://w3id.org/security/v1", + "https://purl.archive.org/socialweb/webfinger", "*/apschema/v1.9", "*/apschema/v1.10", "*/apschema/v1.21",