diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 193708d6e..3b323bc48 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -1209,7 +1209,7 @@ var httpObserver = { // Carry data for behind-the-scene redirects channel.setProperty( this.REQDATAKEY, - [lastRequest.type, vAPI.noTabId, null, 0, -1] + [0, -1, null, vAPI.noTabId, lastRequest.type] ); return; }