From 0af80da0b506a06593c81d3686e91b8b82a4f3ba Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 27 Jan 2019 11:36:29 +0100 Subject: irc: Add URL blacklist --- contrib/chromebot.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib') 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" + } } -- cgit v1.2.3