change default allow_relay to false
ci/woodpecker/pr/woodpecker Pipeline is pending Details

relay functionality should be opt-in
This commit is contained in:
astra akari 2022-11-25 00:45:32 +00:00
parent 19272be0ce
commit ca35a4c835
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ config :pleroma, :instance,
federation_publisher_modules: [
Pleroma.Web.ActivityPub.Publisher
],
allow_relay: true,
allow_relay: false,
public: true,
static_dir: "instance/static/",
allowed_post_formats: [