chromium/third_party/blink/web_tests/http/tests/inspector-protocol/network/resources/nosniff.pl

#!/usr/bin/perl

print "Status: 200 OK\r\n";
print "Content-Type: text/html\r\n";
print "X-Content-Type-Options: nosniff\r\n";
print "\r\n";
print "<p>html document</p>\r\n";