diff --git a/platform/firefox/frameModule.js b/platform/firefox/frameModule.js index 78915ca..5b90d5d 100644 --- a/platform/firefox/frameModule.js +++ b/platform/firefox/frameModule.js @@ -317,7 +317,7 @@ const LocationChangeListener = function(docShell) { this.messageManager = docShell.getInterface(Ci.nsIContentFrameMessageManager); if (this.messageManager && typeof this.messageManager.sendAsyncMessage === 'function') { - this.docShell.addProgressListener(this, Ci.nsIWebProgress.NOTIFY_ALL); + this.docShell.addProgressListener(this, Ci.nsIWebProgress.NOTIFY_LOCATION); } } }