Replace "blacklist" on the index page with "block list"
This commit is contained in:
parent
0dfbeb9956
commit
79d1e92ddd
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ svrjsversion: 3.14.5
|
||||||
<img src="/img/secure.png" alt="Secure" class="promo-image">
|
<img src="/img/secure.png" alt="Secure" class="promo-image">
|
||||||
<div class="promo-text">
|
<div class="promo-text">
|
||||||
<h3>It's secure!</h3>
|
<h3>It's secure!</h3>
|
||||||
<p>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 <a href="/vulnerabilities">which versions of SVR.JS are vulnerable</a>. </p>
|
<p>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 <a href="/vulnerabilities">which versions of SVR.JS are vulnerable</a>. </p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue