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: