summaryrefslogtreecommitdiff
path: root/contrib/chromebot.json
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2019-01-27 11:36:29 +0100
committerLars-Dominik Braun <lars@6xq.net>2019-01-27 11:36:29 +0100
commit0af80da0b506a06593c81d3686e91b8b82a4f3ba (patch)
treef2593b60c3842b4ee8be6d60f6f76e707c6a4237 /contrib/chromebot.json
parent668cc5e10c7097d51ba4e4fcae02f55d89283923 (diff)
downloadcrocoite-0af80da0b506a06593c81d3686e91b8b82a4f3ba.tar.gz
crocoite-0af80da0b506a06593c81d3686e91b8b82a4f3ba.tar.bz2
crocoite-0af80da0b506a06593c81d3686e91b8b82a4f3ba.zip
irc: Add URL blacklist
Diffstat (limited to 'contrib/chromebot.json')
-rw-r--r--contrib/chromebot.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/chromebot.json b/contrib/chromebot.json
index 98a48f9..9ebd099 100644
--- a/contrib/chromebot.json
+++ b/contrib/chromebot.json
@@ -9,4 +9,7 @@
"tempdir": "/path/to/tmp",
"destdir": "/path/to/warc",
"process_limit": 1
+ "blacklist": {
+ "^https?://(.+\\.)?local(host)?/": "Not acceptable"
+ }
}