Revision control

Copy as Markdown

# Filter Adult
The Filter Adult module will compare the base domain string of a URL against a
static list of base domains for what are considered "adult sites".
A "base domain" in this context is the same base domain that is returned by
## Tests
Tests are run with
```shell
cargo test -p filter_adult
```
## Bugs
We use Bugzilla to track bugs and feature work. You can use [this link](bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=New Tab Page) to file bugs in the `Firefox :: New Tab Page` bug component.