From 6238f5eb9ebe0d2415bda21583fa8d6e0f45dabc Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 3 Mar 2024 15:56:19 +0100 Subject: [PATCH] Changed the default configuration file --- config.json | 5 +++-- index.html | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 564028d..1c9a20d 100644 --- a/config.json +++ b/config.json @@ -3,7 +3,7 @@ "port": 80, "pubport": 80, "page404": "404.html", - "timestamp": 1701600932028, + "timestamp": 1709477722479, "blacklist": [], "nonStandardCodes": [], "enableCompression": true, @@ -58,5 +58,6 @@ "useWebRootServerSideScript": true, "exposeModsInErrorPages": true, "disableTrailingSlashRedirects": false, - "environmentVariables": {} + "environmentVariables": {}, + "allowDoubleSlashes": false } diff --git a/index.html b/index.html index 50697a3..a5c7506 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ "port": 80, "pubport": 80, "page404": "404.html", - "timestamp": 1701600932028, + "timestamp": 1709477722479, "blacklist": [], "nonStandardCodes": [], "enableCompression": true, @@ -83,7 +83,8 @@ "useWebRootServerSideScript": true, "exposeModsInErrorPages": true, "disableTrailingSlashRedirects": false, - "environmentVariables": {} + "environmentVariables": {}, + "allowDoubleSlashes": false }

Changes: