Commit efcd8bad authored by Juan Corona's avatar Juan Corona

Whitelist config settings needed by multi-frame support

To my knowledge this is temporarily until a better flagging or set of options comes by
parent 00e28ae1
...@@ -18,6 +18,11 @@ function configFrom(window_) { ...@@ -18,6 +18,11 @@ function configFrom(window_) {
openSidebar: settings.hostPageSetting('openSidebar', {allowInBrowserExt: true}), openSidebar: settings.hostPageSetting('openSidebar', {allowInBrowserExt: true}),
branding: settings.hostPageSetting('branding'), branding: settings.hostPageSetting('branding'),
services: settings.hostPageSetting('services'), services: settings.hostPageSetting('services'),
// Needed by the multi-frame feature for now
enableMultiFrameSupport: settings.hostPageSetting('enableMultiFrameSupport'),
embedScriptUrl: settings.hostPageSetting('embedScriptUrl'),
subFrameInstance: settings.hostPageSetting('subFrameInstance'),
}; };
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment