projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19272be
)
change default allow_relay to false
author
astra akari
<nocebo@noreply.akkoma>
Fri, 25 Nov 2022 00:45:32 +0000
(
00:45
+0000)
committer
astra akari
<nocebo@noreply.akkoma>
Fri, 25 Nov 2022 00:45:32 +0000
(
00:45
+0000)
relay functionality should be opt-in
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index 644155aeb2b17af6c34614f1cd308cef0af38824..301c2b05cc74e2c175fb3e48868485a72703396c 100644
(file)
--- a/
config/config.exs
+++ b/
config/config.exs
@@
-215,7
+215,7
@@
config :pleroma, :instance,
federation_publisher_modules: [
Pleroma.Web.ActivityPub.Publisher
],
- allow_relay:
tru
e,
+ allow_relay:
fals
e,
public: true,
static_dir: "instance/static/",
allowed_post_formats: [