diff --git a/pandora_console/index.php b/pandora_console/index.php index 9d079624d4..462d08d2f9 100755 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -220,7 +220,8 @@ echo ''."\n"; // This starts the page head. In the callback function, // $page['head'] array content will be processed into the head. ob_start('ui_process_page_head'); - +// Avoid clickjacking. +header('X-Frame-Options: SAMEORIGIN'); // Enterprise main. enterprise_include_once('index.php');