1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-02 23:57:10 +02:00

[mv3] Do not include lists with empty ruleset

This commit is contained in:
Raymond Hill 2022-09-24 12:23:01 -04:00
parent c698a9fcec
commit a7b5f5127f
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -782,6 +782,7 @@ const rulesetFromURLS = async function(assetDetails) {
log(`Listset for '${assetDetails.id}':`);
const text = await fetchAsset(assetDetails);
if ( text === '' ) { return; }
const results = await dnrRulesetFromRawLists(
[ { name: assetDetails.id, text } ],