mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
51866a5fdf
commit
75788fd9f8
1
inbox.py
1
inbox.py
|
@ -2724,6 +2724,7 @@ def runInboxQueue(recentPostsCache: {}, maxRecentPosts: int,
|
||||||
if jwebsig['type'] == 'RsaSignature2017':
|
if jwebsig['type'] == 'RsaSignature2017':
|
||||||
checkJsonSignature = True
|
checkJsonSignature = True
|
||||||
|
|
||||||
|
# strict enforcement of json signatures
|
||||||
if verifyAllSignatures and \
|
if verifyAllSignatures and \
|
||||||
not checkJsonSignature:
|
not checkJsonSignature:
|
||||||
print('inbox post does not have a jsonld signature ' + keyId)
|
print('inbox post does not have a jsonld signature ' + keyId)
|
||||||
|
|
Loading…
Reference in New Issue