1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

[mv3] Remove reference to nonexistent ruleset

This commit is contained in:
Raymond Hill 2023-11-28 11:02:55 -05:00
parent 430c578978
commit 4f07df33a1
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -434,7 +434,7 @@ async function updateDynamicRules() {
/******************************************************************************/
async function defaultRulesetsFromLanguage() {
const out = [ 'default', 'cname-trackers' ];
const out = [ 'default' ];
const dropCountry = lang => {
const pos = lang.indexOf('-');