mirror of https://github.com/gorhill/uBlock.git
code review
This commit is contained in:
parent
ba8dd756c9
commit
dc1180c1e7
|
@ -658,7 +658,7 @@ vAPI.net.registerListeners = function() {
|
|||
//},
|
||||
{
|
||||
'urls': this.onBeforeRequest.urls || ['<all_urls>'],
|
||||
'types': this.onBeforeRequest.types || []
|
||||
'types': this.onBeforeRequest.types || undefined
|
||||
},
|
||||
this.onBeforeRequest.extra
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue