From 67770b224b468ec1ea608100fe68fd61b6910950 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 10 Sep 2023 11:18:51 +0200 Subject: [PATCH] Update to SVR.JS 3.4.34 --- config.json | 4 ++-- index.html | 12 +++++------- licenses/index.html | 8 ++++---- svr.js | 15 +++++++++------ tests.html | 4 ++-- 5 files changed, 22 insertions(+), 21 deletions(-) diff --git a/config.json b/config.json index c8e7e68..fce0eb9 100644 --- a/config.json +++ b/config.json @@ -14,7 +14,7 @@ "enableDirectoryListingWithDefaultHead": false, "serverAdministratorEmail": "[no contact information]", "stackHidden": false, - "enableRemoteLogBrowsing": true, + "enableRemoteLogBrowsing": false, "exposeServerVersion": true, "disableServerSideScriptExpose": true, "rewriteMap": [ @@ -96,4 +96,4 @@ "sni": {}, "disableNonEncryptedServer": false, "disableToHTTPSRedirect": false -} \ No newline at end of file +} diff --git a/index.html b/index.html index 6f189fe..eb38a18 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - SVR.JS 3.4.32 + SVR.JS 3.4.34 -

Welcome to SVR.JS 3.4.32

+

Welcome to SVR.JS 3.4.34



@@ -36,7 +36,7 @@   "enableDirectoryListingWithDefaultHead": false,
  "serverAdministratorEmail": "[no contact information]",
  "stackHidden": false,
-   "enableRemoteLogBrowsing": true,
+   "enableRemoteLogBrowsing": false,
  "exposeServerVersion": true,
  "disableServerSideScriptExpose": false,
  "rewriteMap": [
@@ -119,10 +119,8 @@

Changes:

Bugs: