Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,17 @@ If you want to add a subdomain for a domain whose base url is non-malicious, fol
_Important: Be sure to include the `*` subdomain and surround the url with quotes `""`. For example, [this line](https://github.com/phantom-labs/blocklist/blob/4fae828533cb93d43120b19871df889a02790680/whitelist.yaml#L5). you should add See as an example. else the malicious subdomains in the blocklist won't get picked up by the blocklist_.

2) Add the malicious subdomain to the `blocklist.yaml` file, including the entire subdomain. For example, add `malicious.github.io` to the blocklist file.

## Reporting false positives

If a legitimate site is incorrectly flagged, add only the hostname or hostnames
that you can verify to `whitelist.yaml`. Prefer exact hosts (for example,
`example.com` and `www.example.com`) over a wildcard. A wildcard such as
`"*.example.com"` should be used only when every subdomain is controlled and
reviewed by the same operator.

The pull request should include evidence that reviewers can verify independently,
such as the site's official application-store listing, established public history,
or proof of domain ownership. It should also describe any redirects and explain
why each requested hostname is needed. A clean reputation scan is useful supporting
evidence, but should not be the only signal used to approve a domain.
4 changes: 3 additions & 1 deletion whitelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@
- url: "*.tistory.com"
- url: "*.surge.sh"
- url: revoke.cash
- url: nftplus.io
- url: nftplus.io
- url: puppies.com
- url: www.puppies.com
Loading