summaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2016-01-02 17:15:19 +0100
committerMaxime Quandalle <maxime@quandalle.com>2016-01-02 17:15:19 +0100
commit272f67f0c6a1074d5187cbae23dd54ea0ab9205f (patch)
treeea6098c51f9a556b2e5d6f876f6b651d6dc061c0 /models
parent847780760ab967e143ce14dc52361e20a331d568 (diff)
downloadwekan-272f67f0c6a1074d5187cbae23dd54ea0ab9205f.tar.gz
wekan-272f67f0c6a1074d5187cbae23dd54ea0ab9205f.tar.bz2
wekan-272f67f0c6a1074d5187cbae23dd54ea0ab9205f.zip
Update some meta-data
New site url New contact email New year!
Diffstat (limited to 'models')
-rw-r--r--models/attachments.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/attachments.js b/models/attachments.js
index 8ef0fef0..d8398816 100644
--- a/models/attachments.js
+++ b/models/attachments.js
@@ -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()) {