From aff0fec58f358200a1c24c2daf75e09cfcf9dfe5 Mon Sep 17 00:00:00 2001 From: eternal-flame-AD Date: Sat, 23 Nov 2024 15:52:09 -0600 Subject: [PATCH] docs Signed-off-by: eternal-flame-AD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5163e29..98ece62 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Currently to do: This project is designed to match the upstream [specification](https://github.com/misskey-dev/media-proxy/blob/master/SPECIFICATION.md), however a few deviations are made: - We will not honor remote `Content-Disposition` headers but instead reply with the actual filename in the request URL. -- Remote `Content-Type` headers will only be used as a hint rather than authoritative, and resniffing is unconditionally performed. +- Remote `Content-Type` headers will only be used as a hint rather than authoritative, and resniffing is unconditionally performed using the `file` utility database using purely masked signature matching. - SVG rasterization is removed from the proxy in favor of sanitization and CSP enforcement. ## Demo