diff options
| author | 2019-02-14 00:30:43 +0100 | |
|---|---|---|
| committer | 2019-02-14 00:30:43 +0100 | |
| commit | 5ac0ecb79326c7f9d7442976aa71fa3207b7808e (patch) | |
| tree | 6db07a8f44e987442cf5f9ea39ec5f783ef2d6f7 | |
| parent | Merge pull request #304 from python-discord/server-invite-details (diff) | |
Whitelisting domains.
Adding gentoo, adafruit and kennethreitz.org to the whitelist.
| -rw-r--r-- | config-default.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 3ce01916e..747fa7fab 100644 --- a/config-default.yml +++ b/config-default.yml @@ -162,6 +162,9 @@ filter: - 273944235143593984 # STEM - 348658686962696195 # RLBot - 531221516914917387 # Pallets + - 249111029668249601 # Gentoo + - 327254708534116352 # Adafruit + - 544525886180032552 # kennethreitz.org domain_blacklist: - pornhub.com |