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 = {
1818 'https://uploads.intercomcdn.com' ,
1919 'https://cloud.mongodb.com' ,
2020 'https://cloud-dev.mongodb.com' ,
21+ 'https://cloud-qa.mongodb.com' ,
2122 'https://compass.mongodb.com' ,
2223 'https://uploads.intercomusercontent.com' ,
2324 ] ,
@@ -52,6 +53,7 @@ const defaultCSP = {
5253 'https://uploads.intercomusercontent.com' ,
5354 'https://cloud.mongodb.com' ,
5455 'https://cloud-dev.mongodb.com' ,
56+ 'https://cloud-qa.mongodb.com' ,
5557 'https://compass.mongodb.com' ,
5658 'https://ip-ranges.amazonaws.com' ,
5759 ] ,
Original file line number Diff line number Diff line change @@ -428,6 +428,7 @@ class CompassApplication {
428428 urls : [
429429 '*://cloud.mongodb.com/*' ,
430430 '*://cloud-dev.mongodb.com/*' ,
431+ '*://cloud-qa.mongodb.com/*' ,
431432 '*://compass.mongodb.com/*' ,
432433 ] ,
433434 } ;
You can’t perform that action at this time.
0 commit comments