File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ const defaultCSP = {
18
18
'https://uploads.intercomcdn.com' ,
19
19
'https://cloud.mongodb.com' ,
20
20
'https://cloud-dev.mongodb.com' ,
21
+ 'https://cloud-qa.mongodb.com' ,
21
22
'https://compass.mongodb.com' ,
22
23
'https://uploads.intercomusercontent.com' ,
23
24
] ,
@@ -52,6 +53,7 @@ const defaultCSP = {
52
53
'https://uploads.intercomusercontent.com' ,
53
54
'https://cloud.mongodb.com' ,
54
55
'https://cloud-dev.mongodb.com' ,
56
+ 'https://cloud-qa.mongodb.com' ,
55
57
'https://compass.mongodb.com' ,
56
58
'https://ip-ranges.amazonaws.com' ,
57
59
] ,
Original file line number Diff line number Diff line change @@ -428,6 +428,7 @@ class CompassApplication {
428
428
urls : [
429
429
'*://cloud.mongodb.com/*' ,
430
430
'*://cloud-dev.mongodb.com/*' ,
431
+ '*://cloud-qa.mongodb.com/*' ,
431
432
'*://compass.mongodb.com/*' ,
432
433
] ,
433
434
} ;
You can’t perform that action at this time.
0 commit comments