Update some meta-data

New site url
New contact email
New year!
This commit is contained in:
Maxime Quandalle 2016-01-02 17:15:19 +01:00
parent 847780760a
commit 272f67f0c6
6 changed files with 12 additions and 12 deletions

View file

@ -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()) {