From f8fb0c6fde451d72cb7e6bcbb77a7d933ade9f10 Mon Sep 17 00:00:00 2001 From: Andy Taylor Date: Sat, 22 Nov 2025 21:24:19 +0000 Subject: [PATCH] Additional security headders to improve security score --- dashboard1/changes.txt | 9 ++++++++ dashboard1/index.php | 41 ++++++++++++++++++++++++++++++++++- dashboard1/pgs/config.inc.php | 2 +- 3 files changed, 50 insertions(+), 2 deletions(-) diff --git a/dashboard1/changes.txt b/dashboard1/changes.txt index 78bc117..afdc9d9 100644 --- a/dashboard1/changes.txt +++ b/dashboard1/changes.txt @@ -1,3 +1,12 @@ +xlx db v2.4.4 +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.4.3 SECURITY UPDATE - All files updated to fix vulnerabilities diff --git a/dashboard1/index.php b/dashboard1/index.php index b8cc31c..735ffde 100644 --- a/dashboard1/index.php +++ b/dashboard1/index.php @@ -1,4 +1,22 @@