root/LayoutTests/http/tests/security/resources/cors-redir.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
header("Access-Control-Allow-Origin: *");
header("location: ".$_GET["url"]);
?>

/* [<][>][^][v][top][bottom][index][help] */