pinakes-server: sanitize Content-Disposition filenames in dls
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Id8769e010ed634b9baf0e2c76905ad336a6a6964
This commit is contained in:
parent
f049dd100a
commit
b2b9adb0af
2 changed files with 19 additions and 3 deletions
|
|
@ -50,7 +50,7 @@ pub fn MarkdownViewer(
|
|||
});
|
||||
|
||||
// Set up global wikilink click handler that the inline onclick attributes
|
||||
// will call This bridges JavaScript → Rust communication
|
||||
// will call This bridges JavaScript -> Rust communication
|
||||
use_effect(move || {
|
||||
if let Some(handler) = on_wikilink_click {
|
||||
spawn(async move {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue