Skip to content

Commit cd4e298

Browse files
authored
Fixes vale warnings
1 parent 4c77823 commit cd4e298

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

umbraco-cloud/set-up/project-settings/manage-security.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Currently, these options are available:
77
* HTTP/2 (default: on)
88
* TLS 1.3 (default: off)
99
* Minimum TLS Version (default: 1.2)
10-
* WAF (default: on)
10+
* Web Application Firewall (WAF) (default: on)
1111

1212
When a new custom hostname is added to a Project it will have the default settings applied. But you can change the defaults for your Project, so new custom hostnames will get the default settings you have chosen.
1313

@@ -21,10 +21,11 @@ Transport Layer Security (TLS) TLS 1.3 is the newest, fastest, and most secure v
2121

2222
## Minimum TLS Version Explained
2323

24-
Minimum TLS Version only allows HTTPS connections from visitors that support the selected TLS protocol version or newer. This option relates to the TLS versions mentioned above and the current default, which is TLS 1.2. If you want your website traffic to only use TLS 1.3 you can change the minimum version. But be mindful of the implications that this might have (see browser support above). You don't need to change the minimum version to use TLS 1.3.
24+
The minimum TLS Version only allows HTTPS connections from visitors that support the selected TLS protocol version or newer. This option relates to the TLS versions mentioned above and the current default, which is TLS 1.2. If you want your website traffic to only use TLS 1.3 you can change the minimum version. But be mindful of the implications that this might have (see browser support above). You don't need to change the minimum version to use TLS 1.3.
2525

2626
## WAF Explained
27-
A Web Application Firewall (WAF) is a security solution designed to protect web applications by filtering and monitoring HTTP traffic between them and the Internet. By acting as a shield between the web application and potential threats, it helps mitigate various common attacks such as cross-site scripting (XSS), SQL injection, and file inclusion. For more detailed information, please refer to our [WAF section](../../security/web-application-firewall.md).
27+
28+
A Web Application Firewall (WAF) is a security solution designed to protect web applications by filtering and monitoring HTTP traffic between them and the Internet. Common attacks like cross-site scripting, SQL injection, and file inclusion are mitigated by acting as a shield between the web application and potential threats. For more detailed information, please refer to our [WAF section](../../security/web-application-firewall.md).
2829

2930
## Plan specific features
3031

0 commit comments

Comments
 (0)