summaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-03-21 18:25:35 -0400
committerFrederic Guillot <fred@kanboard.net>2015-03-21 18:25:35 -0400
commitbcb39ad4db0f4c1d9bf35437852ee0b74e1680ce (patch)
tree36411c1541243846c963b89a4d104829c23398ad /config.default.php
parented54d852dbd07c757c2a558bda71a2dab6981425 (diff)
Add option to enable/disable iframe inclusion http header
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php
index e508a84d..eb9ad1b8 100644
--- a/config.default.php
+++ b/config.default.php
@@ -124,3 +124,6 @@ define('REVERSE_PROXY_DEFAULT_DOMAIN', '');
// Enable or disable "Strict-Transport-Security" HTTP header
define('ENABLE_HSTS', true);
+
+// Enable or disable "X-Frame-Options: DENY" HTTP header
+define('ENABLE_XFRAME', true);