summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-11-08 00:14:53 +0300
committerrinpatch <rinpatch@sdf.org>2019-11-08 00:51:04 +0300
commit2f4e9a068f334167ebf79d30b4366d1e2504b7ef (patch)
tree08132bdc35510af55c5505b129010e7bc413f4ff /config
parent5bf59f8e66f0c341ee0e667c2d5d78f709f46af8 (diff)
downloadpleroma-2f4e9a068f334167ebf79d30b4366d1e2504b7ef.tar.gz
pleroma-2f4e9a068f334167ebf79d30b4366d1e2504b7ef.zip
Bump fast_sanitize to 0.1.1
The parser C-Node has been completely rewritten to not use the deprecated `erl_interface` api. Closes #1378 since Nodex was ripped out and the replacement randomizes master node name.
Diffstat (limited to 'config')
-rw-r--r--config/config.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs
index 81d50cdee..787809b27 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -603,7 +603,7 @@ config :pleroma, :web_cache_ttl,
activity_pub: nil,
activity_pub_question: 30_000
-config :swarm, node_blacklist: [~r/myhtmlex_.*$/]
+config :swarm, node_blacklist: [~r/myhtml_.*$/]
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env()}.exs"