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.
ALLOWED_HOSTS
1 parent 0c5eec7 commit a9c0344Copy full SHA for a9c0344
pymongo/auth_shared.py
@@ -159,6 +159,8 @@ def _build_credentials_tuple(
159
"localhost",
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