From 9fa9c047d1dc7bb9f6ca312601400f8e5f702191 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 10 Sep 2023 11:13:23 +0200 Subject: [PATCH] Update to SVR.JS 3.9.6 --- config.json | 2 +- index.html | 15 ++++++------- licenses/index.html | 8 +++---- svr.js | 53 +++++++++++++++++++++++++++------------------ tests.html | 4 ++-- 5 files changed, 46 insertions(+), 36 deletions(-) diff --git a/config.json b/config.json index f534a00..d235e14 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": [ diff --git a/index.html b/index.html index b1e6765..956e270 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - SVR.JS 3.9.4 + SVR.JS 3.9.6 -

Welcome to SVR.JS 3.9.4

+

Welcome to SVR.JS 3.9.6



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

Changes:

Bugs: