Do not attempt to create link previews for .i2p links

This commit is contained in:
Panagiotis Vasilopoulos
2020-08-26 17:53:14 +03:00
committed by Alan Evans
parent 368284cccc
commit 3a9a84a0b1
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ public class LinkPreviewUtilTest_isLegal {
{ "http://asĸ.com", false },
{ "http://foo.кц.рф", false },
{ "https://abcdefg.onion", false },
{ "https://abcdefg.i2p", false },
{ "", false }
});
}