(In reply to :Gijs (he/him) from comment #2) > Isn't this also reproducible prior to the proton changes? In particular, we already show the origin if the website is framed into a page with a different origin, so I'd expect that invoking it from > > ``` > data:text/html,<iframe src="http://www.icbc.com.cn/icbc/" height=900 width=900> > ``` > > would already have this issue in release. As I know, the extension doesn't handle the framed websites: https://github.com/MozillaOnline/COBA/blob/develop/webextension/background.js#L447-L450 > > Note that I cannot see where to click "Open in Internet Explorer" even if I add the add-on. Open http://www.icbc.com.cn/icbc/ directly in the URL bar, can you see "Open in Internet Explorer" in the page?
Bug 1694882 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to :Gijs (he/him) from comment #2) > Isn't this also reproducible prior to the proton changes? In particular, we already show the origin if the website is framed into a page with a different origin, so I'd expect that invoking it from > > ``` > data:text/html,<iframe src="http://www.icbc.com.cn/icbc/" height=900 width=900> > ``` > > would already have this issue in release. As I know, the extension doesn't handle the framed websites: https://github.com/MozillaOnline/COBA/blob/develop/webextension/background.js#L447-L450 > > Note that I cannot see where to click "Open in Internet Explorer" even if I add the add-on. Open http://www.icbc.com.cn/icbc/ directly in the URL bar, can you see "Open in Internet Explorer" in the page?