diff --git a/www/common/sframe-common-outer.js b/www/common/sframe-common-outer.js index 0971300b6..0e87439b5 100644 --- a/www/common/sframe-common-outer.js +++ b/www/common/sframe-common-outer.js @@ -1007,6 +1007,7 @@ define([ SecureModal.$iframe.hide(); }; config.data = { + app: parsed.type, hashes: hashes, password: password, isTemplate: isTemplate diff --git a/www/secureiframe/main.js b/www/secureiframe/main.js index ced68bbc6..330356135 100644 --- a/www/secureiframe/main.js +++ b/www/secureiframe/main.js @@ -88,6 +88,7 @@ define([ }).nThen(function (/*waitFor*/) { metaObj.doc = {}; var additionalPriv = { + app: config.data.app, fileHost: ApiConfig.fileHost, loggedIn: Utils.LocalStore.isLoggedIn(), origin: window.location.origin,