Skip to content

Commit 673aad1

Browse files
committed
fix: remove duplicate host
1 parent 24fcf3d commit 673aad1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/cmap/auth/mongo_credentials.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ export const DEFAULT_ALLOWED_HOSTS = [
4646
'localhost',
4747
'127.0.0.1',
4848
'::1',
49-
'*.mongo.com',
50-
'*.mongodbgov.net'
49+
'*.mongo.com'
5150
];
5251

5352
/** Error for when the token audience is missing in the environment. */

0 commit comments

Comments
 (0)