From cced874033158d938104a21b3e70ed679f87e5a8 Mon Sep 17 00:00:00 2001 From: Andy Taylor Date: Mon, 24 Nov 2025 10:20:31 +0000 Subject: [PATCH 1/2] Add improved seciurity headders for dashboard2 --- dashboard2/changes.txt | 11 ++++++++++ dashboard2/index.php | 46 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) diff --git a/dashboard2/changes.txt b/dashboard2/changes.txt index 17f8c4a..40d6de0 100644 --- a/dashboard2/changes.txt +++ b/dashboard2/changes.txt @@ -1,3 +1,14 @@ +xlx db v2.3.9 + +SECURITY UPDATE - Minor upgrade to further improve dashboard security + + - "index.php" + * Added additional security headders to improve security score for dashbaord application. + * Add Content Security Policy + * Add Permissions Policy + * Add Transport Security Policy + + xlx db v2.3.8 SECURITY UPDATE - XSS Vulnerability Patches and Security Enhancements diff --git a/dashboard2/index.php b/dashboard2/index.php index bff4404..4453ec7 100644 --- a/dashboard2/index.php +++ b/dashboard2/index.php @@ -1,6 +1,52 @@ Date: Mon, 24 Nov 2025 10:21:58 +0000 Subject: [PATCH 2/2] Update Dashboard2 version --- dashboard2/pgs/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard2/pgs/config.inc.php b/dashboard2/pgs/config.inc.php index 3b83f7a..1bb5b25 100644 --- a/dashboard2/pgs/config.inc.php +++ b/dashboard2/pgs/config.inc.php @@ -16,7 +16,7 @@ $PageOptions = array(); $PageOptions['ContactEmail'] = 'your_email'; // Support E-Mail address -$PageOptions['DashboardVersion'] = '2.3.8'; // Dashboard Version +$PageOptions['DashboardVersion'] = '2.3.9'; // Dashboard Version $PageOptions['PageRefreshActive'] = true; // Activate automatic refresh $PageOptions['PageRefreshDelay'] = '10000'; // Page refresh time in miliseconds