change default allow_relay to false #309

Merged
floatingghost merged 1 commit from nocebo/akkoma:default-no-relay into develop 2022-11-25 09:57:02 +00:00

View file

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