mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-22 18:32:45 +01:00
[mv3] Remove reference to nonexistent ruleset
This commit is contained in:
parent
430c578978
commit
4f07df33a1
@ -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('-');
|
||||
|
Loading…
Reference in New Issue
Block a user