Could you please indicate how one can set "allow-same-origin" when creating a new sandbox? oasis.createSandbox({ url: 'http://example.com/profile_viewer.html', type: 'html', capabilities: [ 'account' ], sandbox: { popups: true } });
Could you please indicate how one can set "allow-same-origin" when creating a new sandbox?
oasis.createSandbox({
url: 'http://example.com/profile_viewer.html',
type: 'html',
capabilities: [ 'account' ],
sandbox: {
popups: true
}
});