Skip to content

Commit

Permalink
Add Cookies & Client Data page
Browse files Browse the repository at this point in the history
Add Cookies & Client Data page
  • Loading branch information
David authored and David committed Feb 5, 2025
1 parent f0beb99 commit a74222e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/kagi/privacy/cookies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Cookies & Client Data

These are the cookies we use as part of providing our service, they protect your security and enhance the product experience.

| Name | Location | Contents | Purpose |
| ------------------ | ------------ | ------------ | -------------------------------------------------------------------------------------------------------------------------------------- |
| kagi_session | cookies | Opaque Token | Session identifier. Never share this with anyone. |
| _kagi_search_ | cookies | Opaque Token | CSRF protection. |
| kagi_previous_page | cookies | URL path | Temporarily used for returning you to the previous page you were browsing upon login or from the settings page. |
| kagi_sse_replay | localstorage | JSON | For clients that use JavaScript, this is a limited local cache of result markup to skip round trips to our servers for recent queries. |
| mapbox.* | localstorage | JSON | Bookkeeping for fullscreen maps application (if Mapbox map is used) |
| appleMap.* | localstorage | JSON | Bookkeeping for fullscreen maps application (if Apple Maps is used). e.g. Preference for Metric or Imperial units. |
| mapkit.* | localstorage | JSON | Bookkeeping for fullscreen maps application (if Apple Maps is used). |

These are subject to change as our product grows. We make a conscious effort to keep this list as small as possible, only storing data when absolutely necessary to do so.

If you notice anything missing from this list, or any inaccuracies, please contact us!

0 comments on commit a74222e

Please sign in to comment.