From 152a423bf3634152476b7380c448821d27ccf68f Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 5 Sep 2024 10:21:47 +0600 Subject: [PATCH] web/about/privacy: add info about on-device processing --- web/src/routes/about/privacy/+page.svelte | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/web/src/routes/about/privacy/+page.svelte b/web/src/routes/about/privacy/+page.svelte index b2e3123c..cd04259b 100644 --- a/web/src/routes/about/privacy/+page.svelte +++ b/web/src/routes/about/privacy/+page.svelte @@ -9,11 +9,22 @@

cobalt's privacy policy is simple: we don't collect or store anything about you. what you do is solely your business, not ours or anyone else's.

+ + +
+

on-device processing

+

+ tools that use on-device processing work offline, locally, and never send any data anywhere. they are explicitly marked as such whenever applicable. +

+
+ +
+

saving

when using saving functionality, in some cases cobalt will encrypt & temporarily store information needed for tunnelling. it's stored in processing server's RAM for 90 seconds and irreversibly purged afterwards. no one has access to it, even instance owners, as long as they don't modify the official cobalt image.

- processed/tunnelled files are never cached anywhere. everything is tunnelled live. cobalt is essentially a fancy proxy service. + processed/tunnelled files are never cached anywhere. everything is tunnelled live. cobalt's saving functionality is essentially a fancy proxy service.

@@ -62,10 +73,3 @@

- -