Fix fallback PublicSuffixMatcher
This commit is contained in:
parent
976cfe69aa
commit
b184b244ad
|
@ -95,7 +95,7 @@ public final class PublicSuffixMatcherLoader {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
DEFAULT_INSTANCE = new PublicSuffixMatcher(Arrays.asList("com"), null);
|
DEFAULT_INSTANCE = new PublicSuffixMatcher(DomainType.ICANN, Arrays.asList("com"), null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue