blob: 6dae030e009c48159c7c7cf38e31d4541ca25f05 [file] [log] [blame]
window.onload = function() {
var test = window.location.pathname.replace(/^.+\//, '');
var match = window.location.search.match(/^\?test=([^&]+)/);
if (match)
test = match[1];
window.location = "/security/contentSecurityPolicy/resources/echo-report.php?test=" + test;
}