mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Use packaged edition of security module.
This commit is contained in:
parent
c4fa2ecddb
commit
b47f6ae905
4 changed files with 6 additions and 39 deletions
|
@ -36,7 +36,9 @@ var TAR_PATH = path.join(__dirname, 'tar.json');
|
|||
var tar = JSON.parse(fs.readFileSync(TAR_PATH, 'utf8'));
|
||||
|
||||
|
||||
var LIBRARY_WHITELIST = [];
|
||||
var LIBRARY_WHITELIST = [
|
||||
'security'
|
||||
];
|
||||
|
||||
// Rewrite tar to include modules with no extensions and proper rooted paths.
|
||||
var LIBRARY_PREFIX = 'ep_etherpad-lite/static/js';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue