From 73020fa39fb98ab3be12aa8c2193439015feff0e Mon Sep 17 00:00:00 2001 From: Keith Smith Date: Mon, 17 Aug 2026 07:09:10 -0600 Subject: [PATCH] Add PDF preview to the file preview modal (#23) Extends the existing fetch-and-bypass-Content-Disposition pattern already used for text/markdown previews: the PDF's bytes are fetched into a Blob and handed to the browser's native viewer via a blob: URL, which carries no HTTP headers of its own. That sidesteps Content-Disposition: attachment the same way a script-initiated fetch() already does for text, without needing an