> For the complete documentation index, see [llms.txt](https://docs.cloudfilt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudfilt.com/integrations/editor.md).

# CDN/WAF

## CloudFilt CDN/WAF

A **Content Delivery Network (CDN)** is a globally distributed network of servers designed to deliver your website content efficiently, ensuring fast and seamless user experiences. By distributing content across servers worldwide, a CDN reduces latency, improves loading times, and enhances overall performances.

With **CloudFilt’s integrated Web Application Firewall (WAF)**, your CDN also functions as a real-time security layer, actively blocking online attacks such as SQL injection, hacking attempts, and other malicious traffic before they reach your website or web application.

## How to Activate the CloudFilt CDN WAF

1. Login to your CloudFilt account.
2. Navigate to **Websites / WebApps > My Websites**.
3. Click **Settings > Integration & Plugins**.
4. Enable **CDN WAF by CloudFilt**.
5. Complete the form with your website’s :

   * IP address
   * Selected protocol (HTTP/HTTPS)
   * Port number
   * SSL certificate (if you own one)

   <figure><img src="/files/e9G1aUCuCsijw2Odamjb" alt=""><figcaption></figcaption></figure>
6. Once your site is added, the **DNS Management** section will automatically display the DNS record to use.

   <figure><img src="/files/GTAPBRn4B9vpain2cLaC" alt=""><figcaption></figcaption></figure>

## Why Use CloudFilt’s CDN WAF

Activating **CDN WAF by CloudFilt** offers multiple benefits :

* **Optimized Content Delivery** : Reduces latency and ensures faster loading times for users worldwide.
* **Enhanced Security** : Blocks malicious traffic before it reaches your web applications, protecting your site from attacks and vulnerabilities.
* **Improved User Experience** : Combines speed and security, providing a safer and faster web experience for your visitors.

By using CloudFilt’s CDN WAF, you benefit from **both performance and protection**, minimizing security risks while enhancing user satisfaction.

Either start typing below, or press `/` to see a list of the blocks you can insert into your page.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cloudfilt.com/integrations/editor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
