mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-28 05:35:44 +00:00
Do not attempt to create link previews for .i2p links
This commit is contained in:
committed by
Alan Evans
parent
368284cccc
commit
3a9a84a0b1
@@ -29,6 +29,7 @@ public class LinkPreviewUtilTest_isLegal {
|
||||
{ "http://asĸ.com", false },
|
||||
{ "http://foo.кц.рф", false },
|
||||
{ "https://abcdefg.onion", false },
|
||||
{ "https://abcdefg.i2p", false },
|
||||
{ "", false }
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user