Sign in
webkit
/
WebKit
/
3b4bf587f7ebe93d42540a4ff252d74024196682
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
access-control-sandboxed-iframe-allow.cgi
blob: 833376f7d55d4eb7cd8e6d80ab77b5ed8d89e11a [
file
] [
log
] [
blame
]
#!/usr/bin/perl -wT
use
strict
;
print
"Content-Type: text/plain\n"
;
print
"Access-Control-Allow-Credentials: true\n"
;
print
"Access-Control-Allow-Origin: *\n\n"
;
print
"PASS: Sandboxed iframe XHR access allowed.\n"
;