forked from AkkomaGang/akkoma
change default allow_relay to false
relay functionality should be opt-in
This commit is contained in:
parent
19272be0ce
commit
ca35a4c835
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@
|
||||||
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: [
|
||||||
|
|
Loading…
Reference in a new issue