Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
LayoutTests
/
http
/
tests
/
security
/
XFrameOptions
/
resources
/
x-frame-options-multiple-headers-conflict.cgi
blob: 39be1aea18cd4bcc83185a398ab34c47725f6081 [
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"
;
print
"X-FRAME-OPTIONS: DENY\n\n"
;
print
"<p>FAIL: This page should be blocked.</p>\n"
;