diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-18 16:08:18 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-18 16:08:18 +0300 |
commit | f30a3241d20be9407335c88fa86deb873de5b872 (patch) | |
tree | 552a94c3e170a201f90fe69fc73fd5467fc488ce /config | |
parent | 3d76420512111006f678f820d1a20f866b07bdb9 (diff) | |
download | pleroma-f30a3241d20be9407335c88fa86deb873de5b872.tar.gz pleroma-f30a3241d20be9407335c88fa86deb873de5b872.zip |
Deps: Update auto_linker
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 2 |
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, |