mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 01:28:49 +01:00
Update some meta-data
New site url New contact email New year!
This commit is contained in:
parent
847780760a
commit
272f67f0c6
6 changed files with 12 additions and 12 deletions
|
|
@ -51,7 +51,7 @@ Attachments.files.before.insert((userId, doc) => {
|
|||
// files that the browser will just execute if we don't serve them with the
|
||||
// appropriate `application/octet-stream` MIME header which can lead to user
|
||||
// data leaks. I imagine other formats (like PDF) can also be attack vectors.
|
||||
// See https://github.com/libreboard/libreboard/issues/99
|
||||
// See https://github.com/wekan/wekan/issues/99
|
||||
// XXX Should we use `beforeWrite` option of CollectionFS instead of
|
||||
// collection-hooks?
|
||||
if (!file.isImage()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue