Sign in
webkit
/
WebKit
/
f2ca8478512b6b671ac07982ba0b14fb66e64924
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
access-control-basic-allow-star.cgi
blob: 8382e0143bf8c9d4d9342fd02a18a1b320b464fe [
file
] [
log
] [
blame
]
#!/usr/bin/perl -wT
use
strict
;
print
"Content-Type: text/plain\n"
;
print
"Access-Control-Allow-Origin: *\n\n"
;
print
"PASS: Cross-domain access allowed.\n"
;