mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Add missing domain to link preview whitelist.
This commit is contained in:
parent
e2747dc702
commit
635b5740ac
1 changed files with 2 additions and 1 deletions
|
@ -278,7 +278,8 @@ public class OWSLinkPreview: MTLModel {
|
|||
"reddit.com",
|
||||
"imgur.com",
|
||||
"instagram.com",
|
||||
"giphy.com"
|
||||
"giphy.com",
|
||||
"youtu.be"
|
||||
]
|
||||
|
||||
// TODO: Finalize
|
||||
|
|
Loading…
Reference in a new issue