Sign in
webkit
/
WebKit
/
3e01ea2c6e60dac71bbc2366692c12538bc3430c
/
.
/
LayoutTests
/
http
/
tests
/
quicklook
/
resources
/
word-document-with-csp-block-frame-ancestors.php
blob: d057d89716e122816644a134f592339ae549ae6f [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document"
);
header
(
"Content-Security-Policy: frame-ancestors 'none'"
);
readfile
(
"pass.docx"
);
?>