Skip to content

Commit

Permalink
update background.js
Browse files Browse the repository at this point in the history
  • Loading branch information
driedpampas authored Oct 2, 2023
1 parent 58bc33d commit ceefdfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ brws.runtime.onStartup.addListener(() => {
brws.storage.local.set({ version: brws.runtime.getManifest().version });
});

const requestFilter = { urls: ['<all_urls>'] };

brws.webRequest.onBeforeSendHeaders.addListener(
function (details) {
var headers = details.requestHeaders;
Expand Down

0 comments on commit ceefdfc

Please sign in to comment.