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