We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ca013 commit 6075faeCopy full SHA for 6075fae
2 files changed
cache.php
@@ -18,6 +18,8 @@
18
// concat theme path to make etags unique per theme
19
if ($fileList == '') $fileList = THEME_PATH . v($_REQUEST["css"]);
20
if ($fileList == '') exit();
21
+
22
+ header("X-Frame-Options: SAMEORIGIN");
23
24
// cache scripts and css per version, if not in development mode
25
if ($useCache) {
index.php
@@ -10,6 +10,7 @@
10
define('BASE_PATH', dirname(__FILE__));
11
12
header("Content-Type: text/html;charset=utf-8");
13
14
include_once(BASE_PATH . "/lib/session.php");
15
Session::init();
16
0 commit comments