Skip to content

Commit 2e745b3

Browse files
committed
Rm instance of blocking
1 parent 0471022 commit 2e745b3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mink-plugin/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"permissions": [
2626
"webRequest",
2727
"<all_urls>",
28-
"webRequestBlocking",
2928
"tabs",
3029
"storage",
3130
"notifications",

mink-plugin/mink.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ chrome.webRequest.onHeadersReceived.addListener(function (deets) {
452452
})
453453
})
454454
},
455-
{ urls: ['<all_urls>'], types: ['main_frame'] }, ['responseHeaders', 'blocking'])
455+
{ urls: ['<all_urls>'], types: ['main_frame'] }, ['responseHeaders'])
456456

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

0 commit comments

Comments
 (0)