ActivityPubでリモートのオブジェクトをGETするときのリクエストをHTTP Signatureで署名するオプション (#6731)

* Sign ActivityPub GET

* Fix v12, v12.48.0 UI bug
This commit is contained in:
MeiMei
2020-10-18 01:46:40 +09:00
committed by GitHub
parent ba3c62bf9c
commit 85a0f696bc
10 changed files with 298 additions and 8 deletions

View File

@@ -58,6 +58,8 @@ export type Source = {
};
mediaProxy?: string;
signToActivityPubGet?: boolean;
};
/**