blob: 66ca94c85b8615335974894a901e996e792cf3d2 [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: null\n\n";
print "PASS: Sandboxed iframe XHR access allowed.\n";