diff --git a/chrome/content/zotero/xpcom/streamer.js b/chrome/content/zotero/xpcom/streamer.js index 22059033e8..71ded8a610 100644 --- a/chrome/content/zotero/xpcom/streamer.js +++ b/chrome/content/zotero/xpcom/streamer.js @@ -152,7 +152,7 @@ Zotero.Streamer_Module.prototype = { var window = Cc["@mozilla.org/appshell/appShellService;1"] .getService(Ci.nsIAppShellService).hiddenDOMWindow; - this._socket = new window.WebSocket(url, "zotero-streaming-api-v1"); + this._socket = new window.WebSocket(url); var deferred = Zotero.Promise.defer(); this._socket.onopen = () => {