summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2012-05-10 11:51:09 -0400
committerScott Ullrich <sullrich@gmail.com>2012-05-10 11:51:09 -0400
commitbabac37a3b9a676525fff422011b9f3c0f9bd39f (patch)
tree3703682174f99431edbcef88913a863010245521 /etc/inc/auth.inc
parent06f746c35c34077f508a6eee0c86c2788480454d (diff)
downloadpfsense-babac37a3b9a676525fff422011b9f3c0f9bd39f.zip
pfsense-babac37a3b9a676525fff422011b9f3c0f9bd39f.tar.gz
Add click jacking support. Ticket #2419
Diffstat (limited to 'etc/inc/auth.inc')
-rw-r--r--etc/inc/auth.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index 2f66f0a..d03004d 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -1410,4 +1410,6 @@ function session_auth() {
return true;
}
-?>
+Header("X-Frame-Options: DENY");
+
+?> \ No newline at end of file
OpenPOWER on IntegriCloud