main
Bob Mottram 2021-01-05 10:54:50 +00:00
parent 51866a5fdf
commit 75788fd9f8
1 changed files with 1 additions and 0 deletions

View File

@ -2724,6 +2724,7 @@ def runInboxQueue(recentPostsCache: {}, maxRecentPosts: int,
if jwebsig['type'] == 'RsaSignature2017':
checkJsonSignature = True
# strict enforcement of json signatures
if verifyAllSignatures and \
not checkJsonSignature:
print('inbox post does not have a jsonld signature ' + keyId)