Skip to content

Commit cdf0cf6

Browse files
committed
Add cookies section to privacy/security page
1 parent ba94e3e commit cdf0cf6

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

frontend/src/components/security/SecurityPage.tsx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,24 @@ export const SecurityPage = memo(() => (
111111
information.
112112
</p>
113113
</section>
114+
<section>
115+
<Anchor tag="h2" name="cookies">
116+
Cookies and Persisted Data
117+
</Anchor>
118+
<p>
119+
When logging in using an external provider (such as Google, GitHub, or
120+
GitLab), this service stores a randomised session cookie (a short-lived
121+
token) for security. This is used for validation once the login is
122+
complete, and exists to protect against attacks where an attacker could
123+
force a legitimate user to log in to an unexpected account, potentially
124+
exposing data. The session cookie is deleted as soon as the login is
125+
complete, or if the browser tab is closed.
126+
</p>
127+
<p>
128+
This service does not use any tracking, advertising, or third-party
129+
cookies or data storage.
130+
</p>
131+
</section>
114132
<section>
115133
<Anchor tag="h2" name="technical-details">
116134
Technical Details

0 commit comments

Comments
 (0)