You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/zaraz/reference/settings.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,15 @@ When you toggle Single Page Application support off, the `pageview` trigger will
38
38
39
39
Zaraz offers privacy settings you can configure, such as:
40
40
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/`.
42
42
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.
44
44
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.
46
46
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.
48
48
49
-
-**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.
49
+
**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.
50
50
51
51
## Injection
52
52
@@ -86,9 +86,9 @@ Choose whether to prevent Zaraz from loading on suspected bot-initiated requests
86
86
87
87
The options are:
88
88
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).
0 commit comments