Update the link preview domain whitelist.

This commit is contained in:
Greyson Parrelli 2019-02-04 09:05:24 -08:00
parent 7b20fca1ac
commit e884911b60

View File

@ -24,6 +24,7 @@ public class LinkPreviewDomains {
public static final Set<String> IMAGES = new HashSet<>(Arrays.asList(
"ytimg.com",
"cdninstagram.com",
"fbcdn.net",
"redd.it",
"imgur.com"
));