PYTHON-5647 remove redundant entry for *.mongodbgov.net (#2625)

This commit is contained in:
Kevin Albertson 2025-11-25 15:27:28 -05:00 committed by GitHub
parent 881094015b
commit 3d76c84b2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -160,7 +160,6 @@ def _build_credentials_tuple(
"127.0.0.1",
"::1",
"*.mongo.com",
"*.mongodbgov.net",
]
allowed_hosts = properties.get("ALLOWED_HOSTS", default_allowed)
if properties.get("ALLOWED_HOSTS", None) is not None and human_callback is None: