mirror of https://github.com/gorhill/uBlock.git
code review
This commit is contained in:
parent
5b08dbef67
commit
9bc5598285
|
@ -231,7 +231,7 @@ var cr410382Workaround = function(details) {
|
|||
// Reference: https://codereview.chromium.org/451923002/patch/120001/130008
|
||||
var requestType = requestedWith.indexOf('ShockwaveFlash') !== -1 ?
|
||||
'object' :
|
||||
µb.transposeType(requestType, requestPath);
|
||||
µb.transposeType(details.type, requestPath);
|
||||
|
||||
// Lookup the page store associated with this tab id.
|
||||
var pageStore = µb.pageStoreFromTabId(details.tabId);
|
||||
|
|
Loading…
Reference in New Issue