# Content Security Policy (CSP) Settings

We’ve introduced a new setting to help you manage your Content Security Policy (CSP). You can find the configuration in `aquaWebNG.config` under the parameter `AquaContentSecurityPolicyMode`.

You have three options to choose from:

* **Off**: Disables CSP enforcement.
* **ReportOnly**: CSP violations will be reported without enforcing any restrictions.
* **Enforce**: Fully enforces the CSP, blocking any violations.

Choose the mode that best suits your security needs when installing new aqua version.


---

# Agent Instructions: 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:

```
GET https://docs.aqua-cloud.io/documentation/installation-for-on-premise/content-security-policy-csp-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
