remove whispersystems.org reference

This commit is contained in:
Ehren Kret
2023-06-30 09:40:50 -05:00
committed by Greyson Parrelli
parent 329f68d167
commit 87d4dba32b

View File

@@ -162,7 +162,6 @@ public final class Scrubber {
String match = matcher.group(0);
if (matcher.groupCount() == 2 &&
TOP_100_TLDS.contains(matcher.group(2).toLowerCase(Locale.US)) &&
!match.endsWith("whispersystems.org") &&
!match.endsWith("signal.org")) {
output.append(DOMAIN_CENSOR)
.append(matcher.group(2));