1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00
This commit is contained in:
Raymond Hill 2017-12-15 07:55:15 -05:00
parent 6a8c27b6df
commit 912582ce4b
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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];