Skip to content

Commit 4c77823

Browse files
Update manage-security.md
Add a paragraph about WAF and link to the WAF section
1 parent ab06c7d commit 4c77823

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
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+
* 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

@@ -22,6 +23,9 @@ Transport Layer Security (TLS) TLS 1.3 is the newest, fastest, and most secure v
2223

2324
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.
2425

26+
## 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).
28+
2529
## Plan specific features
2630

2731
Access to the different options varies depending on the Umbraco Cloud plan your project is on. Currently, the features are available as follows:

0 commit comments

Comments
 (0)