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");
?>