--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/f66415e1-2500-4ca3-9e4f-159f89bf8433%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
That stack overflow post seems to be asking about a content script inserting the iframe into some http(s):// page where the content script is running, which may be slightly different from inserting the iframe into a chrome-extension:// url. If you haven't already, you might try seeing if it makes any difference if your extension has declared host permissions for the site you want to have in the iframe.
On Thu, Sep 17, 2015 at 11:01 PM, kapil ratra <kapil...@gmail.com> wrote:
I was trying to host a web page in the chrome extension popup and was hitting error X-FRAME options set to deny or SAME ORIGIN. As an alternative approach I opened up the page in new chrome browser instance and injected the script into it so that i can send the message from the page to content script and then back to my popup page once the work is done in the new window . UI experience of this approach does not look good and hence wanted to go via Iframe route.Can someone suggest the right approach by which we can host a web page in IFRAME in chrome extension popup and get around the deny and SAME ORIGIN. Also will this be correct with respect to security .I came across this unanswerd blog but seems to me a hack. Hence wanted to get clarity on chromium - extension forum.Thanks,Kapil
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
Extension has declared allurl permissions. Is there any recommended way by which in chrome extension we can host an iframe whose source points to a page which has set XFRAME-OPTIONS DENY or SAMEORIGIN.
On Saturday, 19 September 2015 01:39:33 UTC+5:30, Antony Sargent wrote:
That stack overflow post seems to be asking about a content script inserting the iframe into some http(s):// page where the content script is running, which may be slightly different from inserting the iframe into a chrome-extension:// url. If you haven't already, you might try seeing if it makes any difference if your extension has declared host permissions for the site you want to have in the iframe.
On Thu, Sep 17, 2015 at 11:01 PM, kapil ratra <kapil...@gmail.com> wrote:
I was trying to host a web page in the chrome extension popup and was hitting error X-FRAME options set to deny or SAME ORIGIN. As an alternative approach I opened up the page in new chrome browser instance and injected the script into it so that i can send the message from the page to content script and then back to my popup page once the work is done in the new window . UI experience of this approach does not look good and hence wanted to go via Iframe route.Can someone suggest the right approach by which we can host a web page in IFRAME in chrome extension popup and get around the deny and SAME ORIGIN. Also will this be correct with respect to security .I came across this unanswerd blog but seems to me a hack. Hence wanted to get clarity on chromium - extension forum.Thanks,Kapil
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/f66415e1-2500-4ca3-9e4f-159f89bf8433%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/1952ed7c-fc39-4f0e-844f-98e91f6bd286%40chromium.org.