We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fcf3d commit 673aad1Copy full SHA for 673aad1
1 file changed
src/cmap/auth/mongo_credentials.ts
@@ -46,8 +46,7 @@ export const DEFAULT_ALLOWED_HOSTS = [
46
'localhost',
47
'127.0.0.1',
48
'::1',
49
- '*.mongo.com',
50
- '*.mongodbgov.net'
+ '*.mongo.com'
51
];
52
53
/** Error for when the token audience is missing in the environment. */
0 commit comments