blob: 1906530fab13def08852bb68e58eed110f5de5d3 [file] [log] [blame]
#!/usr/bin/perl -wT
use strict;
print "Content-Type: text/html\n";
print "Cache-Control: no-cache, no-store\n";
print "X-FRAME-OPTIONS: sameorigin\n\n";
print "<p>PASS: This should show up as the parent is in the same origin.</p>\n";