Skip to content

Commit

Permalink
Fixed most probable bug causing background page not work again (to be…
Browse files Browse the repository at this point in the history
… verified and possibly widened)
  • Loading branch information
cprcrack committed Mar 22, 2016
1 parent 38596f9 commit 674a8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ chrome.webRequest.onHeadersReceived.addListener(
},
{
urls: [ "*://*.whatsapp.com/*" ],
types: [ "main_frame", "sub_frame" ]
types: [ "main_frame", "sub_frame", "xmlhttprequest" ]
},
["blocking", "responseHeaders"]
);
Expand Down

0 comments on commit 674a8c2

Please sign in to comment.