This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues or pull requests.
catspam/email_spammer/blacklisted.py

6 lines
88 B
Python

BLACKLISTED_DOMAINS = [
"anthropic.com",
"openai.com",
"sourcegraph.com",
]