Skip to content

Commit

Permalink
added extraheaders option to fetch referer headers for webrequest in …
Browse files Browse the repository at this point in the history
…extensions
  • Loading branch information
subhra74 committed Mar 17, 2020
1 parent ed92554 commit d10caae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/extensions/xdm-browser-monitor/chrome/bg.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
(
function (info) { requests.push(info); },
{ urls: ["http://*/*", "https://*/*"] },
["requestHeaders"]
["requestHeaders","extraHeaders"]
);
chrome.webRequest.onCompleted.addListener
(
Expand Down

0 comments on commit d10caae

Please sign in to comment.