mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
Currently, we only show previews for URLs which are HTML pages, which could contain other media. We don't show previews for links to non-HTML pages, like pdf documents or audio/video files. To verify that the URL posted is an HTML page, we verify the content-type of the page, either using server headers or by sniffing the content. Closes #8358
23 KiB
23 KiB