var j = document.createElement('iframe');
j.setAttribute('id', 'pickerFrame');
j.src = chrome.extension.getURL('picker.html');
(document.head || document.documentElement).appendChild(j);
window.onload = function () {
onApiLoad();
}
--
You received this message because you are subscribed to the Google Groups "InboxSDK" group.
To unsubscribe from this group and stop receiving emails from it, send an email to inboxsdk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/inboxsdk/deeeb209-eb98-4242-9e6c-f426ddd9d7fd%40googlegroups.com.
aswell as the 1st error message from above
if I set the Attribute to
j.setAttribute('sandbox', 'allow-same-origin');
if I add the allow-scripts flag
j.setAttribute('sandbox', 'allow-same-origin allow-scripts');
I did not even set the sandbox attribute until I got the error. Is this something that chrome extensions do automatically?
cheers Gerry
To unsubscribe from this group and stop receiving emails from it, send an email to inboxsdk+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to inboxsdk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/inboxsdk/f12a04aa-6b1c-4077-a250-69bc1eea539c%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to inboxsdk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/inboxsdk/CAJ5o91Z-oTQmUetbv1LZPx3%2B50y5Zz9gTKzTHKKtEXctktacKQ%40mail.gmail.com.
Besuchen Sie unseren Chrome Webshop unter shop.cloudwuerdig.com
www.sotec.eu | www.cloudwuerdig.com
--
SOTEC Software Entwicklungs GmbH + Co Mikrocomputertechnik KG
Calwer Straße 11, D-75395 Ostelsheim
Sitz Ostelsheim, Amtsgericht Stuttgart HRA 330821/HRB 330664, Geschäftsführer: Florian Holz
Cloudwürdig® ist eine eingetragene Marke der SOTEC Software Entwicklungs GmbH + Co Mikrocomputertechnik KGDer Inhalt dieser e-Mail ist ausschließlich für den bezeichneten Adressaten bestimmt. Wenn Sie nicht der vorgesehene Adressat dieser e-Mail oder dessen Vertreter sein sollten, so beachten Sie bitte, dass jede Form der Kenntnisnahme, Veröffentlichung, Vervielfältigung oder Weitergabe des Inhalts dieser e-Mail unzulässig ist. Wir bitten Sie, sich in diesem Fall mit dem Absender der e-Mail in Verbindung zu setzen.
The content of this e-mail is meant exclusively for the person to whom it is addressed. If you are not the person to whom this e-mail is addressed or his/her representative, please be informed, that any form of knowledge, publication, duplication or distribution of the content of this e-mail is inadmissible. We ask you, therefore, in such a case to please contact the sender of this e-mail.
--
You received this message because you are subscribed to the Google Groups "InboxSDK" group.
To unsubscribe from this group and stop receiving emails from it, send an email to inboxsdk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/inboxsdk/729dbccc-1974-4e7d-bbbd-969fea54d467%40googlegroups.com.