mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 10:01:54 +08:00
Implement keyword deduper using AhoCorasick
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user