Encrypt href for new pads in old shared folders

This commit is contained in:
yflory
2019-11-08 12:07:08 +01:00
parent 5dcc7643da
commit f42574948e
3 changed files with 1 additions and 12 deletions

View File

@@ -105,10 +105,6 @@ define([
module.init = function (files, config) {
var exp = {};
if (false && !files.version) { // XXX if we remove false, old shared folders won't encrypt new hrefs
config.editKey = undefined;
}
exp.cryptor = createCryptor(config.editKey);
exp.setReadOnly = function (state, key) {