mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Update Reject Hosts
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports.dedupe = ({ chunk }) => {
|
||||
let shouldBeRemoved = true;
|
||||
|
||||
for (let k = 0; k < domainFromInputLen; k++) {
|
||||
if (domainFromFullSet.charCodeAt(k + 1) !== domainFromInput.charCodeAt(k)) {
|
||||
if (domainFromFullSet[k + 1] !== domainFromInput[k]) {
|
||||
shouldBeRemoved = false;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user