Sign in
webkit
/
WebKit
/
c907f6c2d6641dc106cf96f36316df4b86ddd5f9
/
.
/
LayoutTests
/
http
/
tests
/
security
/
XFrameOptions
/
resources
/
x-frame-options-deny.cgi
blob: 7a691655473c8f091eb4a4da8e1a17170da40414 [
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: deny\n\n"
;
print
"<p>FAIL: This should not show up.</p>\n"
;