Skip to content

Commit

Permalink
Rm instance of blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Oct 22, 2020
1 parent 0471022 commit 2e745b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mink-plugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"permissions": [
"webRequest",
"<all_urls>",
"webRequestBlocking",
"tabs",
"storage",
"notifications",
Expand Down
2 changes: 1 addition & 1 deletion mink-plugin/mink.js
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ chrome.webRequest.onHeadersReceived.addListener(function (deets) {
})
})
},
{ urls: ['<all_urls>'], types: ['main_frame'] }, ['responseHeaders', 'blocking'])
{ urls: ['<all_urls>'], types: ['main_frame'] }, ['responseHeaders'])

function createTimemapFromURI (uri, tabId, accumulatedArrayOfTimemaps) {
log('createTimemapFromURI() - includes write to localstorage', accumulatedArrayOfTimemaps)
Expand Down

0 comments on commit 2e745b3

Please sign in to comment.