diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 31bc56d991..ee40548f7b 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -1257,7 +1257,10 @@ const { CommandLineOptions } = ChromeUtils.importESModule("chrome://zotero/conte Zotero.Utilities.Internal.Environment.clearMozillaVariables(); } - svc.loadURI(Services.io.newURI(url, null, null)); + svc.loadURI( + Services.io.newURI(url, null, null), + Services.scriptSecurityManager.getSystemPrincipal(), + ); return; } }