blob: 816b88fc6e47278aa469fb275b8a9299ecec24cc [file] [log] [blame]
function generateCrossOriginRedirectImage() {
var target = "http://{{host}}:{{ports[https][0]}}/content-security-policy/support/pass.png";
var url = "/common/redirect.py?location=" + encodeURIComponent(target);
return { url: url, target: target }
}