blob: 6d0c0e0c7622a328be49c86f97f0b2fec30234e4 [file] [log] [blame]
#!/usr/bin/perl
print "Status: 404 OK\r\n";
print "Content-Type: text/html\r\n";
print "\r\n";
print "<p>This will sniff as HTML and will be blocked by CORB</p>";