X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=541fcc2d419ee5764e2cc147a966cbbaa2e89f8e;hb=d81c3afbb2f020226909afed851d2aa623fdcdb0;hp=370ddd855063b801c1ee4c198484a43a0c68f44c;hpb=2f31cef71f377cf660f818e7e204436f2070bd78;p=akkoma diff --git a/config/config.exs b/config/config.exs index 370ddd855..541fcc2d4 100644 --- a/config/config.exs +++ b/config/config.exs @@ -343,7 +343,8 @@ config :pleroma, :activitypub, unfollow_blocked: true, outgoing_blocks: true, follow_handshake_timeout: 500, - sign_object_fetches: true + sign_object_fetches: true, + authorized_fetch_mode: false config :pleroma, :streamer, workers: 3,