blob: 7a691655473c8f091eb4a4da8e1a17170da40414 [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: deny\n\n";
print "<p>FAIL: This should not show up.</p>\n";