Dear developers,I have a pop-up.html with following contents:<p onclick="document.alert('hi')"> test</p><iframe src="http://google.com" height=600 width=600>test1</iframe>These two lines are giving me following two messages:Refused to display document because display forbidden by X-Frame-Options.2Refused to execute inline event handler because it violates the following Content Security Policy directive: "script-src 'self' chrome-extension-resource:".Could you please point me to some resource to understand this issue and fix?
--With thanks and regards,Amit
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msg/chromium-extensions/-/R2FROLvVCEYJ.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.
Dear developers,I have a pop-up.html with following contents:<p onclick="document.alert('hi')"> test</p><iframe src="http://google.com" height=600 width=600>test1</iframe>These two lines are giving me following two messages:Refused to display document because display forbidden by X-Frame-Options.2Refused to execute inline event handler because it violates the following Content Security Policy directive: "script-src 'self' chrome-extension-resource:".Could you please point me to some resource to understand this issue and fix?