MatrixSynapse/synapse/rest/media/v1
Denis Kasak 337f38cac3
Implement a content type allow list for URL previews (#11936)
This implements an allow list for content types for which Synapse will attempt URL preview. If a URL resolves to a resource with a content type which isn't in the list, the download will terminate immediately.

This makes sense given that Synapse would never successfully generate a URL preview for such files in the first place, and helps prevent issues with streaming media servers, such as #8302.

Signed-off-by: Denis Kasak dkasak@termina.org.uk
2022-02-10 15:43:01 +00:00
..
__init__.py
_base.py
config_resource.py
download_resource.py
filepath.py
media_repository.py Convert all namedtuples to attrs. (#11665) 2021-12-30 18:47:12 +00:00
media_storage.py Use auto_attribs/native type hints for attrs classes. (#11692) 2022-01-13 13:49:28 +00:00
oembed.py Fix preview of imgur and Tenor URLs. (#11669) 2022-01-18 13:20:24 -05:00
preview_html.py Support rendering previews with data: URLs in them (#11767) 2022-01-24 08:58:18 -05:00
preview_url_resource.py Implement a content type allow list for URL previews (#11936) 2022-02-10 15:43:01 +00:00
storage_provider.py
thumbnail_resource.py
thumbnailer.py
upload_resource.py Pass the proper type when uploading files. (#11927) 2022-02-07 10:06:52 -05:00