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