|
|
@ -67,6 +67,13 @@ define([
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var restrictedProxy = function (Env, id, channel) {
|
|
|
|
|
|
|
|
var lm = { proxy: { deprecated: true } };
|
|
|
|
|
|
|
|
removeProxy(Env, id);
|
|
|
|
|
|
|
|
addProxy(Env, id, lm, function () {});
|
|
|
|
|
|
|
|
return void Env.Store.refreshDriveUI();
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
Tools
|
|
|
|
Tools
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -1118,6 +1125,7 @@ define([
|
|
|
|
addProxy: callWithEnv(addProxy),
|
|
|
|
addProxy: callWithEnv(addProxy),
|
|
|
|
removeProxy: callWithEnv(removeProxy),
|
|
|
|
removeProxy: callWithEnv(removeProxy),
|
|
|
|
deprecateProxy: callWithEnv(deprecateProxy),
|
|
|
|
deprecateProxy: callWithEnv(deprecateProxy),
|
|
|
|
|
|
|
|
restrictedProxy: callWithEnv(restrictedProxy),
|
|
|
|
addSharedFolder: callWithEnv(_addSharedFolder),
|
|
|
|
addSharedFolder: callWithEnv(_addSharedFolder),
|
|
|
|
// Drive
|
|
|
|
// Drive
|
|
|
|
command: callWithEnv(onCommand),
|
|
|
|
command: callWithEnv(onCommand),
|
|
|
|