add spam domain to blacklist

This commit is contained in:
Tao Bror Bojlén 2019-07-18 13:21:06 +03:00
parent c9139a3fae
commit 82677fcd32
No known key found for this signature in database
GPG Key ID: C6EC7AAB905F9E6F
2 changed files with 4 additions and 2 deletions

View File

@ -34,7 +34,8 @@ config :backend, :crawler,
crawl_interval_mins: 30,
crawl_workers: 50,
blacklist: [
"gab.best"
"gab.best",
"4chan.icu"
],
user_agent: "fediverse.space crawler"

View File

@ -11,7 +11,8 @@ config :backend, BackendWeb.Endpoint,
debug_errors: true,
code_reloader: true,
check_origin: false,
watchers: []
watchers: [],
server: true
# ## SSL Support
#