|
@@ -1035,7 +1035,7 @@ function addCommands(
|
|
|
args['format'] as string,
|
|
|
notebookPath
|
|
|
) + '?download=true';
|
|
|
- const child = window.open('', '_blank');
|
|
|
+ const child = window.open('', '_blank', 'noopener');
|
|
|
const { context } = current;
|
|
|
|
|
|
if (context.model.dirty && !context.model.readOnly) {
|