Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / resources / script-allow-credentials.php
1 <?php
2 header("Access-Control-Allow-Origin: http://127.0.0.1:8000");
3 header("Access-Control-Allow-Credentials: true");
4 header('Content-Type: application/javascript');
5 echo '3;'
6 ?>