mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-29 00:54:52 +09:00
When delivering activities, sign the Digest header
Looks like I forgot to add it to the list of headers to sign
This commit is contained in:
parent
ddb6bb0472
commit
273fcf972f
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@ instance YesodRemoteActorStore App where
|
|||
|
||||
instance YesodActivityPub App where
|
||||
sitePostSignedHeaders _ =
|
||||
hRequestTarget :| [hHost, hDate, hActivityPubActor]
|
||||
hRequestTarget :| [hHost, hDate, hDigest, hActivityPubActor]
|
||||
siteGetHttpSign = do
|
||||
(akey1, akey2, new1) <- liftIO . readTVarIO =<< asksSite appActorKeys
|
||||
renderUrl <- askUrlRender
|
||||
|
|
Loading…
Reference in a new issue