embed video/quicktime depends on #4501

alternatively: can depend on https://bugs.chromium.org/p/chromium/issues/detail?id=1120292#c6
This commit is contained in:
xnaas 2022-03-02 15:10:57 -06:00
parent 7cf95d3cbd
commit 779d70ae77
No known key found for this signature in database
GPG key ID: 691A25993B26FC91

View file

@ -271,6 +271,7 @@ function parse(msg, chan, preview, res, client) {
case "video/webm":
case "video/ogg":
case "video/mp4":
case "video/quicktime":
if (!preview.link.startsWith("https://")) {
break;
}