Ray Lothian 2017-12-13 12:15:52 +03:30
parent f4f252bfec
commit b28a1e5b47

View file

@ -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;
}