9 var url = "https://a.com:" + window.location.port + "/mixed-content/basic-passiv
e.html";
alexmos
2016/01/16 00:49:50
To embed cross-site iframes, we typically use some
To embed cross-site iframes, we typically use something like <iframe
src="/cross-site/a.com/title1.html">, which is a bit cleaner. (For example, see
frame_tree/page_with_two_frames.html.) Would that work here, and with the HTTPS
server? You probably will need to call SetupCrossSiteRedirector() on it.
estark
2016/01/20 05:56:22
Yeah, works like a charm! Done.
On 2016/01/16 00:49:50, alexmos wrote:
> To embed cross-site iframes, we typically use something like <iframe
> src="/cross-site/a.com/title1.html">, which is a bit cleaner. (For example,
see
> frame_tree/page_with_two_frames.html.) Would that work here, and with the
HTTPS
> server? You probably will need to call SetupCrossSiteRedirector() on it.
Issue 1550723003: Adapt MixedContentChecker for remote frames
(Closed)
Created 4 years, 11 months ago by estark
Modified 4 years, 10 months ago
Reviewers: jochen (gone - plz use gerrit), alexmos, Mike West
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 68