Skip to content

Commit cc05026

Browse files
committed
fix(waf): fix faq
1 parent 6570b2c commit cc05026

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pages/edge-services/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Yes, if you choose to [customize your Edge Services endpoint with your own subdo
3535

3636
## What is WAF?
3737

38-
**W**eb **A**pplication **F**irewall is a feature available via Edge Services. When enabled, WAF filters requests to your Load Balancer origin to determine whether they are potentially malicious. You can choose the [paranoia level](/edge-services/concepts/#paranoia-level) to be used when evaluating requests, and set [exclusions](/edge-services/concepts/#exclusions) to define traffic that shouldn't be filtered by WAF. Requests that are judged to be malicious are blocked or logged, depending on the settings you choose. Find out more about WAF in our [detailed documentation](/edge-services/reference-content/understanding-waf/).
38+
**W**eb **A**pplication **F**irewall is a feature available via Edge Services. When enabled, WAF filters requests to your origin to determine whether they are potentially malicious. You can choose the [paranoia level](/edge-services/concepts/#paranoia-level) to be used when evaluating requests, and set [exclusions](/edge-services/concepts/#exclusions) to define traffic that shouldn't be filtered by WAF. Requests that are judged to be malicious are blocked or logged, depending on the settings you choose. Find out more about WAF in our [detailed documentation](/edge-services/reference-content/understanding-waf/).
3939

4040
## How can I use WAF with a different type of Scaleway resource?
4141

pages/edge-services/how-to/configure-waf.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ categories:
1313
- network
1414
---
1515

16+
<Message type="note">
17+
Edge Services WAF is currently in [Public Beta](https://www.scaleway.com/en/betas/).
18+
</Message>
19+
1620
An Edge Services **W**eb **A**pplication **F**irewall (WAF) evaluates requests to your Load Balancer origin to determine whether they are potentially malicious. You can choose the [paranoia level](/edge-services/concepts/#paranoia-level) to be used when evaluating requests, and set [exclusions](/edge-services/concepts/#exclusions) to define traffic that shouldn't be filtered by WAF. Requests that are judged to be malicious are blocked or logged, depending on the settings you choose.
1721

1822
This page walks you through the processing of enabling and configuring WAF to protect your Load Balancer origin.

0 commit comments

Comments
 (0)