diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2019-01-27 11:36:29 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2019-01-27 11:36:29 +0100 |
commit | 0af80da0b506a06593c81d3686e91b8b82a4f3ba (patch) | |
tree | f2593b60c3842b4ee8be6d60f6f76e707c6a4237 /contrib | |
parent | 668cc5e10c7097d51ba4e4fcae02f55d89283923 (diff) | |
download | crocoite-0af80da0b506a06593c81d3686e91b8b82a4f3ba.tar.gz crocoite-0af80da0b506a06593c81d3686e91b8b82a4f3ba.tar.bz2 crocoite-0af80da0b506a06593c81d3686e91b8b82a4f3ba.zip |
irc: Add URL blacklist
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/chromebot.json | 3 |
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" + } } |