diff --git a/tools/url_safety.py b/tools/url_safety.py index ac6326e306f2..ad20d3955f23 100644 --- a/tools/url_safety.py +++ b/tools/url_safety.py @@ -114,6 +114,7 @@ def normalize_url_for_request(url: str) -> str: # to 198.18.0.0/15 behind local proxy/benchmark infrastructure. _TRUSTED_PRIVATE_IP_HOSTS = frozenset({ "multimedia.nt.qq.com.cn", + "cdn.discordapp.com", }) # 100.64.0.0/10 (CGNAT / Shared Address Space, RFC 6598) is NOT covered by