Sign in
webkit
/
WebKit
/
ce715b2200840301c7c831cf986a0bbf5768fb9c
/
.
/
LayoutTests
/
http
/
tests
/
security
/
XFrameOptions
/
resources
/
x-frame-options-allowall.cgi
blob: e198041806b28186c5fb2067c47828a62038e620 [
file
] [
log
] [
blame
]
#!/usr/bin/perl -wT
use
strict
;
print
"Content-Type: text/html\n"
;
print
"Cache-Control: no-cache, no-store\n"
;
print
"X-FRAME-OPTIONS: ALLOWALL\n\n"
;
print
"<p>PASS: This text should show up.</p>\n"
;