Skip to content

Commit

Permalink
Remove '-'
Browse files Browse the repository at this point in the history
  • Loading branch information
omarmosid committed Jan 3, 2025
1 parent 3acc470 commit d5f4d5a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/content/docs/zaraz/reference/settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit d5f4d5a

Please sign in to comment.