Implement keyword deduper using AhoCorasick

This commit is contained in:
SukkaW
2023-07-22 21:39:39 +08:00
parent bddb164589
commit dcf565fb6b
3 changed files with 150 additions and 37 deletions

View File

@@ -240,7 +240,8 @@ const PREDEFINED_ENFORCED_WHITELIST = [
'ipfs.fleek.cool',
'repl.co',
'w3s.link',
'translate.goog'
'translate.goog',
'backblazeb2.com'
];
module.exports.HOSTS = HOSTS;