root/LayoutTests/http/tests/security/resources/script-allow-star.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
header('Access-Control-Allow-Origin: *');
header('Content-Type: application/javascript');
echo '2;'
?>

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