From 85a0f696bcea779b02749dae596fff94a1df2467 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Sun, 18 Oct 2020 01:46:40 +0900 Subject: ActivityPubでリモートのオブジェクトをGETするときのリクエストをHTTP Signatureで署名するオプション (#6731) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Sign ActivityPub GET * Fix v12, v12.48.0 UI bug --- src/config/types.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config') diff --git a/src/config/types.ts b/src/config/types.ts index 4f025750b0..8084be1864 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -58,6 +58,8 @@ export type Source = { }; mediaProxy?: string; + + signToActivityPubGet?: boolean; }; /** -- cgit v1.2.3-freya