summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-11-10 15:02:47 +0300
committerrinpatch <rinpatch@sdf.org>2019-11-10 15:02:47 +0300
commit4499a7a0751ec992a78a1023e8e34300f06e14b1 (patch)
tree0cb9fd86e1b2cdec12c2993190ed9e0ddc278380 /config
parent3a1aaadc18372fb8c76fa72cd20ed65dd85b2326 (diff)
downloadpleroma-4499a7a0751ec992a78a1023e8e34300f06e14b1.tar.gz
pleroma-4499a7a0751ec992a78a1023e8e34300f06e14b1.zip
Disable attachment links by default
Closes #1394
Diffstat (limited to 'config')
-rw-r--r--config/config.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs
index 7e1fe2a81..54de8fa9f 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -90,7 +90,7 @@ config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.
config :pleroma, Pleroma.Upload,
uploader: Pleroma.Uploaders.Local,
filters: [Pleroma.Upload.Filter.Dedupe],
- link_name: true,
+ link_name: false,
proxy_remote: false,
proxy_opts: [
redirect_on_failure: false,
@@ -257,7 +257,7 @@ config :pleroma, :instance,
mrf_transparency_exclusions: [],
autofollowed_nicknames: [],
max_pinned_statuses: 1,
- no_attachment_links: false,
+ no_attachment_links: true,
welcome_user_nickname: nil,
welcome_message: nil,
max_report_comment_size: 1000,