* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */ @require_once(dirname(__FILE__).'/tpl_functions.php'); /* include hook for template functions */ if ('true'!=$_SERVER['HTTP_X_PJAX']){ /* really the template should expose control over the policy via the admin page....*/ header("Content-Security-Policy: default-src 'self'; script-src https://apis.google.com; frame-src https://youtube.com"); } $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER['REMOTE_USER'] ); $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); if ('true'!=$_SERVER['HTTP_X_PJAX']){ ?>