summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-10-29 01:16:22 +0300
committerrinpatch <rinpatch@sdf.org>2019-10-29 01:16:22 +0300
commit9434e151a9f08067bf324ef027d857b67b0a96cb (patch)
tree4b8a0852de0ed4fe9f7e4b7d2cd2f606b9eb8729
parent05d111b622c7496260effd298163e9ca2aa59c3d (diff)
downloadpleroma-9434e151a9f08067bf324ef027d857b67b0a96cb.tar.gz
pleroma-9434e151a9f08067bf324ef027d857b67b0a96cb.zip
Blacklist myhtmlex nodes from swarm
-rw-r--r--config/config.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index e2b00bda1..81d50cdee 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -603,6 +603,7 @@ config :pleroma, :web_cache_ttl,
activity_pub: nil,
activity_pub_question: 30_000
+config :swarm, node_blacklist: [~r/myhtmlex_.*$/]
# 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"