Sign in
webkit
/
WebKit
/
8e7a3447df20af9ec2c05f0bf890f531cfa43c41
/
.
/
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"
;