mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 20:18:36 +00:00
remove whispersystems.org reference
This commit is contained in:
committed by
Greyson Parrelli
parent
329f68d167
commit
87d4dba32b
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user