chromium/third_party/blink/web_tests/http/tests/misc/resources/uncacheable-script.cgi

#!/usr/bin/perl -wT
use strict;

print "Content-Type: text/javascript\nCache-Control: no-store\n\nwindow.pass='PASS'\;";