We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
*.mongodbgov.net
1 parent 8810940 commit 3d76c84Copy full SHA for 3d76c84
pymongo/auth_shared.py
@@ -160,7 +160,6 @@ def _build_credentials_tuple(
160
"127.0.0.1",
161
"::1",
162
"*.mongo.com",
163
- "*.mongodbgov.net",
164
]
165
allowed_hosts = properties.get("ALLOWED_HOSTS", default_allowed)
166
if properties.get("ALLOWED_HOSTS", None) is not None and human_callback is None:
0 commit comments