Merge branch 'staging' into soon

pull/1/head
ansuz 2021-05-07 14:46:48 +05:30
commit 85cb36ad97
1 changed files with 1 additions and 1 deletions

View File

@ -1125,7 +1125,7 @@ define([
var priv = metadataMgr.getPrivateData();
var useUnsafe = Util.find(priv, ['settings', 'security', 'unsafeLinks']);
if (useUnsafe === true) {
if (useUnsafe === true || APP.newSharedFolder) {
return void window.open(APP.origin + href);
}