Skip to content

Commit d7c5898

Browse files
Set X-Frame-Options: DENY
1 parent e24ecad commit d7c5898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/header.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
header('Content-Type: text/html; charset=utf-8');
66
header('Cache-Control: private');
7+
header('X-Frame-Options: DENY');
78

89
?><!DOCTYPE html>
910
<html lang=en>

0 commit comments

Comments
 (0)