Skip to content

Commit 3d76c84

Browse files
authored
PYTHON-5647 remove redundant entry for *.mongodbgov.net (#2625)
1 parent 8810940 commit 3d76c84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymongo/auth_shared.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ def _build_credentials_tuple(
160160
"127.0.0.1",
161161
"::1",
162162
"*.mongo.com",
163-
"*.mongodbgov.net",
164163
]
165164
allowed_hosts = properties.get("ALLOWED_HOSTS", default_allowed)
166165
if properties.get("ALLOWED_HOSTS", None) is not None and human_callback is None:

0 commit comments

Comments
 (0)