Skip to content

Commit 67cbe87

Browse files
authored
Merge pull request #6727 from HalldorLyngmo/patch-1
Update manage-security.md to include WAF paragraph and link to the WAF section in the docs
2 parents 8dc141f + cd4e298 commit 67cbe87

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +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+
* Web Application Firewall (WAF) (default: on)
1011

1112
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.
1213

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

2122
## Minimum TLS Version Explained
2223

23-
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.
25+
26+
## WAF Explained
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).
2429

2530
## Plan specific features
2631

0 commit comments

Comments
 (0)