Merge PR #118
This commit is contained in:
@@ -59,6 +59,7 @@ var documentmaxlength = config.documentmaxlength || 100000;
|
||||
var facebook = config.facebook || false;
|
||||
var twitter = config.twitter || false;
|
||||
var github = config.github || false;
|
||||
var gitlab = config.gitlab || false;
|
||||
var dropbox = config.dropbox || false;
|
||||
var imgur = config.imgur || false;
|
||||
|
||||
@@ -110,6 +111,7 @@ module.exports = {
|
||||
facebook: facebook,
|
||||
twitter: twitter,
|
||||
github: github,
|
||||
gitlab: gitlab,
|
||||
dropbox: dropbox,
|
||||
imgur: imgur
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user