Skip to content

Commit 6afda16

Browse files
committed
Clarify HR data use as requested by DPF
1 parent 4b4cce1 commit 6afda16

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

src/packages/next/pages/policies/privacy.tsx

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function Privacy({ customize }) {
2828
>
2929
<div style={{ textAlign: "center", color: "#444" }}>
3030
<h1 style={{ fontSize: "28pt" }}>CoCalc - Privacy Policy</h1>
31-
<h2>Last Updated: February 20, 2025</h2>
31+
<h2>Last Updated: October 3, 2025</h2>
3232
</div>
3333
<div style={{ fontSize: "12pt" }}>
3434
<p>
@@ -41,7 +41,8 @@ export default function Privacy({ customize }) {
4141
Also, please note that, unless we define a term in this Privacy
4242
Policy, all capitalized terms used in this Privacy Policy have
4343
the same meanings as in our Terms of Service. So, please make
44-
sure that you have read and understand our Terms of Service.{" "}
44+
sure that you have read and understand our Terms of
45+
Service.{" "}
4546
</p>
4647
<h1>Revisions to this Privacy Policy</h1>
4748
<p>
@@ -212,7 +213,8 @@ export default function Privacy({ customize }) {
212213
including any Personal Information. If you choose to
213214
submit content to any public area of the Site, such
214215
content will be considered “public” and will not be
215-
subject to the privacy protections set forth herein.{" "}
216+
subject to the privacy protections set forth
217+
herein.{" "}
216218
</p>{" "}
217219
</li>{" "}
218220
</ul>{" "}
@@ -222,7 +224,8 @@ export default function Privacy({ customize }) {
222224
the following information automatically through our Services
223225
or other methods of web analysis: your Internet protocol
224226
(IP) address, cookie identifiers, details about your browser
225-
or device, and information about how you use the Services.{" "}
227+
or device, and information about how you use the
228+
Services.{" "}
226229
</p>{" "}
227230
<p>
228231
{" "}
@@ -414,7 +417,8 @@ export default function Privacy({ customize }) {
414417
direct marketing, marketing research, network and
415418
information security, and fraud prevention and any other
416419
purpose disclosed to you at the time you provide
417-
Personal Information or otherwise with your consent.{" "}
420+
Personal Information or otherwise with your
421+
consent.{" "}
418422
</p>{" "}
419423
</li>{" "}
420424
</ul>{" "}
@@ -684,7 +688,8 @@ export default function Privacy({ customize }) {
684688
physical harm or financial loss or in connection with an
685689
investigation or prosecution of suspected or actual
686690
illegal activity; or (vii) if we, in good faith, believe
687-
that disclosure is otherwise necessary or advisable.{" "}
691+
that disclosure is otherwise necessary or
692+
advisable.{" "}
688693
</p>{" "}
689694
</li>{" "}
690695
<li>
@@ -813,8 +818,9 @@ export default function Privacy({ customize }) {
813818
will use such Personal Information only for
814819
employment-related purposes as more fully described above.
815820
If Sagemath intends to use this Personal Information for any
816-
other purpose, Sagemath will notify the Individual and
817-
provide an opportunity to opt out of such uses.{" "}
821+
other purpose, Sagemath will contact the Individual and
822+
proceed only after obtaining affirmative express consent
823+
(opt in).{" "}
818824
</p>{" "}
819825
</div>{" "}
820826
<div id="do-not-track">
@@ -1045,7 +1051,8 @@ export default function Privacy({ customize }) {
10451051
Privacy Policy, we will notify you as required by applicable
10461052
law. You understand and agree that you will be deemed to
10471053
have accepted the updated Privacy Policy if you continue to
1048-
use the Services after the new Privacy Policy takes effect.{" "}
1054+
use the Services after the new Privacy Policy takes
1055+
effect.{" "}
10491056
</p>{" "}
10501057
</div>{" "}
10511058
<div id="california-privacy-rights">
@@ -1266,6 +1273,10 @@ export default function Privacy({ customize }) {
12661273
<td>Update: clarify alignment with GDPR</td>
12671274
<td> 2025-02-20 </td>
12681275
</tr>
1276+
<tr>
1277+
<td>Update: HR data require explicit opt-in for any new use</td>
1278+
<td> 2025-10-03 </td>
1279+
</tr>
12691280
</tbody>
12701281
</table>
12711282
<p>

0 commit comments

Comments
 (0)