mirror of https://github.com/gorhill/uBlock.git
code review: remove space as per https://github.com/AdguardTeam/AdguardBrowserExtension/issues/917
This commit is contained in:
parent
6a8c27b6df
commit
912582ce4b
|
@ -194,7 +194,7 @@ api.fetchFilterList = function(mainlistURL, onLoad, onError) {
|
|||
|
||||
if ( mainOriginURL !== '' ) {
|
||||
var subOriginURL,
|
||||
reInclude = /^!# include (\S+)/gm,
|
||||
reInclude = /^!#include (\S+)/gm,
|
||||
match = reInclude.exec(details.content);
|
||||
while ( match !== null ) {
|
||||
sublistURL = match[1];
|
||||
|
|
Loading…
Reference in New Issue