mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-01 03:22:00 +08:00
Fix dedupe
This commit is contained in:
@@ -28,7 +28,7 @@ module.exports = ({ chunk }) => {
|
||||
|
||||
if (domainFromInputLen < domainFromFullSetLen) {
|
||||
if (domainFromInputLen + 1 !== domainFromFullSetLen) {
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
// !domainFromInput.starsWith('.') && `.${domainFromInput}` === domainFromFullSet
|
||||
|
||||
Reference in New Issue
Block a user