Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
http
/
tests
/
resources
/
mock-plugin-cacheable.pl
blob: 7ef25af50badf18c42f7d8fdecfc2046575c9e1c [
file
]
#!/usr/bin/perl -wT
use
strict
;
binmode STDOUT
;
print
"Cache-Control: max-age=3600\n"
;
print
"Content-Type: application/x-webkit-test-netscape\n\n"
;
print
"This is a mock plugin. It does pretty much nothing."
;