Skip to content

Commit

Permalink
remove un-necessary description (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnutz authored Jan 19, 2025
1 parent 1493267 commit 6167367
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ The following information will be populated by server-side

* **td_ip** - request IP (server)*. This information is only populated when `td_global_id` is enabled using `td.set('$global', 'td_global_id', 'td_global_id')` and is in signed mode.

Certain values cannot be obtained from the browser. For these values, we send matching keys and values, and the server replaces the values upon receipt. For examples: `{"td_ip": "td_ip"}` is sent by the browser, and the server will update it to something like `{"td_ip": "1.2.3.4"}`

All server values except `td_ip` are found by parsing the user-agent string. This is done server-side to ensure that it can be kept up to date.

<nowiki>*</nowiki> This is a personally identifiable column, and will be affected by whether or not the user is in Signed or Anonymous Mode.
Expand Down

0 comments on commit 6167367

Please sign in to comment.