From 2f3a279f68dcf8c1566d82419fc7257e162ee345 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 6 Jul 2008 17:36:26 -0400 Subject: add virus checking to attachments plugin --- doc/todo/attachments.mdwn | 6 ------ 1 file changed, 6 deletions(-) (limited to 'doc/todo') diff --git a/doc/todo/attachments.mdwn b/doc/todo/attachments.mdwn index 8c5c28615..d1d275291 100644 --- a/doc/todo/attachments.mdwn +++ b/doc/todo/attachments.mdwn @@ -1,15 +1,9 @@ Stuff the [[plugins/attachment]] plugin is currently missing, that might be nice to add: -* Virus scanning. * Add a progress bar for attachment uploads (needs AJAX stuff..) * Maybe optimise the "Insert Links" button with javascript, so, if javascript is available, the link is inserted at the current cursor position in the page edit form, without actually reposting the form. (Falling back to the current reposting of the form if javascript is not available of course.) -* Set `$CGI::POST_MAX` to some sane value (ie, larger than the largest - configured `maxsize()` in the pagespec, or if none is configured, - something reasonable. Just as a belt-and-suspenders DOS prevention. -* Only allow attachments to be added to a given list of pages. - Maybe a pagespec like `parent(patches/*)` -- cgit v1.2.3