Update SVR.JS to 3.14.6
This commit is contained in:
parent
79d1e92ddd
commit
9f55145217
2 changed files with 12 additions and 2 deletions
|
@ -4,6 +4,16 @@ excerpt: Learn more about changes introduced in various SVR.JS versions.
|
|||
date: 2023-12-21 17:10:14
|
||||
---
|
||||
|
||||
## SVR.JS 3.14.6
|
||||
|
||||
* Added CVE-2024-22019 Node.JS vulnerability warning.
|
||||
* Improved protection against user enumeration in HTTP authentication.
|
||||
* Replaced block list message with generic 403 Forbidden error.
|
||||
* Replaced some instances of "blacklist" with "block list".
|
||||
* Some terminal output is now bold.
|
||||
* Updated SVR.JS log viewer (_logviewer.js_) and log highlighter (_loghighlight.js_)
|
||||
* When "block localhost" CLI command is executed, SVR.JS now adds "localhost" to the block list instead of "::ffff:localhost".
|
||||
|
||||
## SVR.JS 3.14.5
|
||||
|
||||
* Fixed "www." URL redirect functionality.
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Main page
|
|||
date: 2024-01-21 19:41:01
|
||||
layout: index-page
|
||||
sitemap: false
|
||||
svrjsversion: 3.14.5
|
||||
svrjsversion: 3.14.6
|
||||
---
|
||||
<section class="hero">
|
||||
<div class="hero-content-column">
|
||||
|
@ -13,7 +13,7 @@ svrjsversion: 3.14.5
|
|||
<p>Host a webpage, run server-side JavaScript, use mods to expand server functionality, or use it as a reverse proxy — all in SVR.JS! SVR.JS is a web server that runs on top of Node.JS, thus enabling server-side JavaScript on webpages. SVR.JS also has an integrated log viewer, log highlighter, and user management tool. SVR.JS can run not only on Node.JS but also in Bun (experimental support).</p>
|
||||
</div>
|
||||
<div class="maindownloads">
|
||||
<a href="https://downloads.svrjs.org/svr.js.3.14.5.zip" class="styled-button">Download SVR.JS 3.14.5</a>
|
||||
<a href="https://downloads.svrjs.org/svr.js.3.14.6.zip" class="styled-button">Download SVR.JS 3.14.6</a>
|
||||
<div class="download-seperator">
|
||||
<br />
|
||||
</div>
|
||||
|
|
Reference in a new issue