summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-06-18 16:08:18 +0300
committerrinpatch <rinpatch@sdf.org>2019-06-18 16:08:18 +0300
commitf30a3241d20be9407335c88fa86deb873de5b872 (patch)
tree552a94c3e170a201f90fe69fc73fd5467fc488ce /config
parent3d76420512111006f678f820d1a20f866b07bdb9 (diff)
downloadpleroma-f30a3241d20be9407335c88fa86deb873de5b872.tar.gz
pleroma-f30a3241d20be9407335c88fa86deb873de5b872.zip
Deps: Update auto_linker
Diffstat (limited to 'config')
-rw-r--r--config/config.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index 7f46a8755..3962ac019 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -442,6 +442,8 @@ config :auto_linker,
opts: [
scheme: true,
extra: true,
+ # TODO: Set to :no_scheme when it works properly
+ validate_tld: true,
class: false,
strip_prefix: false,
new_window: false,