Eliminate most of the passive voice in the features section

This commit is contained in:
Dorian Niemiec 2024-03-23 10:11:09 +01:00
parent c257c1865a
commit f884854d2e

View file

@ -44,7 +44,7 @@ svrjsversion: 3.14.7
<img src="/img/free-as-in-freedom.png" alt="Free as in freedom" class="promo-image">
<div class="promo-text">
<h3>It's free as in freedom!</h3>
<p>You don't need to worry about <a href="https://www.gnu.org/proprietary/proprietary.html">proprietary malware</a>, "You may be a victim of software counterfeiting." windows (but you can <a href="/invoke500.svr?aprilfools">visit it</a>), crashes caused by non-genuine versions of server software, or <a href="https://www.gnu.org/proprietary/proprietary-back-doors.html">universal backdoors planted by Big Tech</a>. SVR.JS is licensed under the MIT (or X11) license, and it's open-source, so there are no secretly planted backdoors. SVR.JS is run on Node.JS, which is also free software (also MIT/X11 license). We have a <a href="https://git.svrjs.org">Git repository</a>, so you can <a href="/contribute">contribute to SVR.JS</a>! </p>
<p>You don't need to worry about <a href="https://www.gnu.org/proprietary/proprietary.html">proprietary malware</a>, "You may be a victim of software counterfeiting." windows (but you can <a href="/invoke500.svr?aprilfools">visit it</a>), crashes caused by non-genuine versions of server software, or <a href="https://www.gnu.org/proprietary/proprietary-back-doors.html">universal backdoors planted by Big Tech</a>. SVR.JS is licensed under the MIT (or X11) license, and it's open-source, so there are no secretly planted backdoors. SVR.JS is running on Node.JS, which is also free software (also MIT/X11 license). We have a <a href="https://git.svrjs.org">Git repository</a>, so you can <a href="/contribute">contribute to SVR.JS</a>! </p>
</div>
</div>
</div>
@ -63,7 +63,7 @@ svrjsversion: 3.14.7
<img src="/img/secure.png" alt="Secure" class="promo-image">
<div class="promo-text">
<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 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>
<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. You can also configure SVR.JS 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>