Skip to content

Commit a9b609a

Browse files
committed
Add back extra *
1 parent d5f4d5a commit a9b609a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/content/docs/zaraz/reference/settings.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ When you toggle Single Page Application support off, the `pageview` trigger will
3838

3939
Zaraz offers privacy settings you can configure, such as:
4040

41-
**Remove URL query parameters**: Removes all query parameters from URLs. For example, `https://example.com/?q=hello` becomes `https://example.com/`.
41+
- * **Remove URL query parameters**: Removes all query parameters from URLs. For example, `https://example.com/?q=hello` becomes `https://example.com/`.
4242

43-
**Trim IP addresses**: Trims part of the IP address before passing it to server-side loaded tools, to hide it from third-parties.
43+
- * **Trim IP addresses**: Trims part of the IP address before passing it to server-side loaded tools, to hide it from third-parties.
4444

45-
**Clean User Agent strings**: Clear sensitive information from the User Agent string by removing information such as operating system version, extensions installed, among others.
45+
- * **Clean User Agent strings**: Clear sensitive information from the User Agent string by removing information such as operating system version, extensions installed, among others.
4646

47-
**Remove external referrers**: Hides the page referrers URL if the hostname is different from the website's.
47+
- * **Remove external referrers**: Hides the page referrers URL if the hostname is different from the website's.
4848

4949
**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.
5050

@@ -86,9 +86,9 @@ Choose whether to prevent Zaraz from loading on suspected bot-initiated requests
8686

8787
The options are:
8888

89-
**Block none**: Load Zaraz for all requests, even if those come from bots.
90-
**Block automated only**: Prevent Zaraz from loading on requests from requests in the [**Automated** category](/bots/concepts/bot-score/#bot-groupings).
91-
**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).
89+
- * **Block none**: Load Zaraz for all requests, even if those come from bots.
90+
- * **Block automated only**: Prevent Zaraz from loading on requests from requests in the [**Automated** category](/bots/concepts/bot-score/#bot-groupings).
91+
- * **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).
9292

9393
### Context Enricher
9494

0 commit comments

Comments
 (0)