Page MenuHomePhabricator

Create a URL blacklist for the URL module
Closed, ResolvedPublic

Description

Due to IRC spam we need to find a way to prevent ZppixBot from displaying url info for websites that are on a URL blacklist, that can either be edited via github and/or via command.

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
Zppix triaged this task as High priority.Aug 4 2018, 2:42 PM
TheVoidwalker lowered the priority of this task from High to Medium.Sep 17 2019, 5:35 PM

The bot config already has a url blacklist built in (bot.config.url.exclude and bot.memory['url_exclude']). I'd say all we need to do is allow for it to be modified dynamically (via command).

Few more tweaks to go, but the functionality should all be there.