Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
http
/
tests
/
resources
/
mock-plugin-cacheable.pl
blob: 7ef25af50badf18c42f7d8fdecfc2046575c9e1c [
file
] [
log
] [
blame
] [
edit
]
#!/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."
;