This commit is contained in:
parent
f4f252bfec
commit
b28a1e5b47
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ function match(url) {
|
|||
}
|
||||
}
|
||||
else {
|
||||
if (prefs.blacklist.length) {
|
||||
if (prefs.whitelist.length) {
|
||||
const h = hostname(url);
|
||||
return prefs.whitelist.some(s => s === h) === false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue