diff --git a/src/content/docs/zaraz/reference/settings.mdx b/src/content/docs/zaraz/reference/settings.mdx index 5eba4e64fe02ed..91586b56bf6bf9 100644 --- a/src/content/docs/zaraz/reference/settings.mdx +++ b/src/content/docs/zaraz/reference/settings.mdx @@ -38,15 +38,15 @@ When you toggle Single Page Application support off, the `pageview` trigger will Zaraz offers privacy settings you can configure, such as: -- * **Remove URL query parameters**: Removes all query parameters from URLs. For example, `https://example.com/?q=hello` becomes `https://example.com/`. +* **Remove URL query parameters**: Removes all query parameters from URLs. For example, `https://example.com/?q=hello` becomes `https://example.com/`. -- * **Trim IP addresses**: Trims part of the IP address before passing it to server-side loaded tools, to hide it from third-parties. +* **Trim IP addresses**: Trims part of the IP address before passing it to server-side loaded tools, to hide it from third-parties. -- * **Clean User Agent strings**: Clear sensitive information from the User Agent string by removing information such as operating system version, extensions installed, among others. +* **Clean User Agent strings**: Clear sensitive information from the User Agent string by removing information such as operating system version, extensions installed, among others. -- * **Remove external referrers**: Hides the page referrers URL if the hostname is different from the website's. +* **Remove external referrers**: Hides the page referrers URL if the hostname is different from the website's. -**Cookie domain**: Choose the domain on which Zaraz will set your tools' cookies. By default, Zaraz will attempt to save the cookies on the highest-level domain possible, meaning that if your website is on `foo.example.com`, the cookies will be saved on `example.com`. You can change this behavior and configure the cookies to be saved on `foo.example.com` by entering a custom domain here. +* **Cookie domain**: Choose the domain on which Zaraz will set your tools' cookies. By default, Zaraz will attempt to save the cookies on the highest-level domain possible, meaning that if your website is on `foo.example.com`, the cookies will be saved on `example.com`. You can change this behavior and configure the cookies to be saved on `foo.example.com` by entering a custom domain here. ## Injection @@ -86,9 +86,9 @@ Choose whether to prevent Zaraz from loading on suspected bot-initiated requests The options are: -- * **Block none**: Load Zaraz for all requests, even if those come from bots. -- * **Block automated only**: Prevent Zaraz from loading on requests from requests in the [**Automated** category](/bots/concepts/bot-score/#bot-groupings). -- * **Block automated and likely automated**: Prevent Zaraz from loading on requests from requests in the [**Automated** and **Likely Automated** category](/bots/concepts/bot-score/#bot-groupings). +* **Block none**: Load Zaraz for all requests, even if those come from bots. +* **Block automated only**: Prevent Zaraz from loading on requests from requests in the [**Automated** category](/bots/concepts/bot-score/#bot-groupings). +* **Block automated and likely automated**: Prevent Zaraz from loading on requests from requests in the [**Automated** and **Likely Automated** category](/bots/concepts/bot-score/#bot-groupings). ### Context Enricher