Skip to content

Commit 89c4a8d

Browse files
minor changes to the alignment of the document
1 parent 91df384 commit 89c4a8d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/content/docs/browser/browser-monitoring/page-load-timing-resources/cookie-collection-session-tracking.mdx

+4-6
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@ Here is the basic process for session tracking:
3030
* Clicking
3131
* Scrolling
3232
* Typing
33-
34-
Session tracking will not work properly in these situations:
35-
36-
* If users have DOM Storage disabled in their browser.
37-
* If the browser or page is configured to **not** allow loading and execution of third-party origin scripts through security policies or other means (which naturally means the agent as a whole will not function).
38-
* Browser storage APIs such as localStorage are cleared during an active session
33+
* Session tracking will not work properly in these situations:
34+
* If users have DOM Storage disabled in their browser.
35+
* If the browser or page is configured to **not** allow loading and execution of third-party origin scripts through security policies or other means (which naturally means the agent as a whole will not function).
36+
* Browser storage APIs such as localStorage are cleared during an active session.
3937

4038
## Enable or disable tracking [#settings]
4139

0 commit comments

Comments
 (0)