diff --git a/VERSION b/VERSION index 6c8c4dd69..d80a0f211 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.128.1 +0.128.2 diff --git a/protocol/urls/urls.go b/protocol/urls/urls.go index 7819619e8..986057b05 100644 --- a/protocol/urls/urls.go +++ b/protocol/urls/urls.go @@ -70,6 +70,11 @@ func LinkPreviewWhitelist() []Site { Address: "youtube.com", ImageSite: false, }, + { + Title: "YouTube with subdomain", + Address: "www.youtube.com", + ImageSite: false, + }, { Title: "YouTube shortener", Address: "youtu.be",