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