root/LayoutTests/http/tests/security/contentSecurityPolicy/resources/redir.php

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

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