mirror of https://github.com/gorhill/uBlock.git
[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() {
|
async function defaultRulesetsFromLanguage() {
|
||||||
const out = [ 'default', 'cname-trackers' ];
|
const out = [ 'default' ];
|
||||||
|
|
||||||
const dropCountry = lang => {
|
const dropCountry = lang => {
|
||||||
const pos = lang.indexOf('-');
|
const pos = lang.indexOf('-');
|
||||||
|
|
Loading…
Reference in New Issue