Manager of a list of blacklisted websites.
A blacklist is a set of URL paths that can be blacklisted by a website, managed as a persistent set of URL paths to be rejected.
The blacklist stores URL paths as strings, for example: - /bot.html - /admin/ - /foo/bar
A match can be: - exact match - parent-path match
Example: If '/admin' is in the blacklist, then '/admin', '/admin/', and '/admin/page.html' are considered blacklisted.
