blob: 39be1aea18cd4bcc83185a398ab34c47725f6081 [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: ALLOWALL\n";
print "X-FRAME-OPTIONS: DENY\n\n";
print "<p>FAIL: This page should be blocked.</p>\n";