🦺(frontend) check content type pdf on PdfBlock

Pdfblock was quite permissive on the content type
it was accepting. Now it checks that the content
type is exactly 'application/pdf' before rendering
the PDF viewer.
This commit is contained in:
Anthony LC
2025-12-22 17:30:50 +01:00
parent b0bd6e2c01
commit 78c7ab247b
5 changed files with 98 additions and 18 deletions

View File

@@ -15,6 +15,10 @@ and this project adheres to
- 🥅(frontend) intercept 401 error on GET threads #1754
## Changed
- 🦺(frontend) check content type pdf on PdfBlock #1756
### Fixed
- 🐛(frontend) fix tables deletion #1752