blob: 2b097005f6aa50252ae1207a5f6b5b3e86dbd4ba [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>FAIL: This should not show up as one or more frame ancestors are not same origin with this page.</p>\n";