From 79d1e92ddd755326cc4aab5a65505bcfa36955f9 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sat, 16 Mar 2024 23:20:45 +0100 Subject: [PATCH] Replace "blacklist" on the index page with "block list" --- source/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.md b/source/index.md index a14bfa3..6751f6b 100644 --- a/source/index.md +++ b/source/index.md @@ -63,7 +63,7 @@ svrjsversion: 3.14.5 Secure

It's secure!

-

We are putting the cybersecurity of your websites first. SVR.JS has a built-in URL sanitizer to prevent path traversal, protects sensitive data from brute force attacks on HTTP authentication by default, and forbids website visitors' access to sensitive configuration files. SVR.JS can also be configured to hide server-side JavaScript files and hide the server version. This way, bad actors will have a pretty hard time hacking your site (unless you're using vulnerable mods or vulnerable server-side JavaScript)! SVR.JS also has a built-in blacklist, so you can simply block those bad actors that might take control over your server. You can check which versions of SVR.JS are vulnerable.

+

We are putting the cybersecurity of your websites first. SVR.JS has a built-in URL sanitizer to prevent path traversal, protects sensitive data from brute force attacks on HTTP authentication by default, and forbids website visitors' access to sensitive configuration files. SVR.JS can also be configured to hide server-side JavaScript files and hide the server version. This way, bad actors will have a pretty hard time hacking your site (unless you're using vulnerable mods or vulnerable server-side JavaScript)! SVR.JS also has a built-in block list, so you can simply block those bad actors that might take control over your server. You can check which versions of SVR.JS are vulnerable.