Files
cobalt/web/i18n/fr/about/privacy.md
imput project translators cd09a5dae9 web/i18n/fr: add translation
web/i18n/fr: add translation

web/i18n/fr: add translation

web/i18n: update translations

Updated by "Squash Git commits" add-on in Weblate.

web/i18n: update translations

Updated by "Squash Git commits" add-on in Weblate.

web/i18n/fr: add translation

web/i18n: update translations

Updated by "Cleanup translation files" add-on in Weblate.

web/i18n: update translations

Updated by "Cleanup translation files" add-on in Weblate.

web/i18n: update translations

Updated by "Cleanup translation files" add-on in Weblate.

web/i18n: update translations

Updated by "Cleanup translation files" add-on in Weblate.

web/i18n: update translations

Updated by "Cleanup translation files" add-on in Weblate.

web/i18n/fr: update translation

web/i18n/fr: update translation

web/i18n/fr: update translation

web/i18n/fr: update translation

web/i18n/fr: update translation

web/i18n: update translations

Updated by "Cleanup translation files" add-on in Weblate.

web/i18n: update translations

Updated by "Cleanup translation files" add-on in Weblate.

web/i18n/fr: update translation

web/i18n/fr: update translation

web/i18n/fr: update translation

web/i18n/fr: update translation

web/i18n/fr: update translation

web/i18n/fr: update translation

web/i18n/fr: update translation

web/i18n/fr: update translation

web/i18n/fr: update translation

web/i18n/fr: update translation

web/i18n: update translations

Updated by "Cleanup translation files" add-on in Weblate.

web/i18n/fr: update translation

web/i18n/fr: update translation

web/i18n: update translations

Updated by "Squash Git commits" add-on in Weblate.

web/i18n: update translations

Updated by "Squash Git commits" add-on in Weblate.

Co-authored-by: Aridow <Aridow@users.noreply.github.com>
Co-authored-by: EDM115 <dev@edm115.eu.org>
Co-authored-by: Enzo Dal Cerro <endcerro@users.noreply.github.com>
Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org>
Co-authored-by: RonanACNH <RonanACNH@users.noreply.github.com>
Co-authored-by: SPark <lumivalo@users.noreply.github.com>
Co-authored-by: ValouNatsuki <ValouNatsuki@users.noreply.github.com>
Co-authored-by: fclivaz <fclivaz42@users.noreply.github.com>
Co-authored-by: imput project translators <i18n@imput.net>
Co-authored-by: jj <log@riseup.net>
Translate-URL: https://i18n.imput.net/projects/cobalt/a11ysave/fr/
Translate-URL: https://i18n.imput.net/projects/cobalt/about/
Translate-URL: https://i18n.imput.net/projects/cobalt/about/fr/
Translate-URL: https://i18n.imput.net/projects/cobalt/aboutcredits/
Translate-URL: https://i18n.imput.net/projects/cobalt/aboutcredits/fr/
Translate-URL: https://i18n.imput.net/projects/cobalt/aboutgeneral/
Translate-URL: https://i18n.imput.net/projects/cobalt/aboutgeneral/fr/
Translate-URL: https://i18n.imput.net/projects/cobalt/aboutprivacy/
Translate-URL: https://i18n.imput.net/projects/cobalt/aboutprivacy/fr/
Translate-URL: https://i18n.imput.net/projects/cobalt/aboutterms/
Translate-URL: https://i18n.imput.net/projects/cobalt/aboutterms/fr/
Translate-URL: https://i18n.imput.net/projects/cobalt/error/fr/
Translate-URL: https://i18n.imput.net/projects/cobalt/general/fr/
Translate-URL: https://i18n.imput.net/projects/cobalt/remux/
Translate-URL: https://i18n.imput.net/projects/cobalt/save/fr/
Translate-URL: https://i18n.imput.net/projects/cobalt/settings/fr/
Translate-URL: https://i18n.imput.net/projects/cobalt/updates/
Translation: cobalt/a11y/save
Translation: cobalt/about
Translation: cobalt/about/credits
Translation: cobalt/about/general
Translation: cobalt/about/privacy
Translation: cobalt/about/terms
Translation: cobalt/error
Translation: cobalt/general
Translation: cobalt/remux
Translation: cobalt/save
Translation: cobalt/settings
Translation: cobalt/updates
2025-06-25 10:28:43 +00:00

127 lines
4.3 KiB
Markdown

<script lang="ts">
import env from "$lib/env";
import { t } from "$lib/i18n/translations";
import SectionHeading from "$components/misc/SectionHeading.svelte";
</script>
<section id="general">
<SectionHeading
title={$t("about.heading.general")}
sectionId="general"
/>
la politique de confidentialité de cobalt est simple : nous ne collectons ni ne
stockons rien à votre sujet. ce que vous faites est uniquement votre affaire,
pas la nôtre ni celle de quelqu'un d'autre.
these terms are applicable only when using the official cobalt instance. in
other cases, you may need to contact the instance hoster for accurate info.
</section>
<section id="local">
<SectionHeading
title={$t("about.heading.local")}
sectionId="local"
/>
tools that use on-device processing work offline, locally, and never send any
processed data anywhere. they are explicitly marked as such whenever applicable.
</section>
<section id="saving">
<SectionHeading
title={$t("about.heading.saving")}
sectionId="saving"
/>
when using saving functionality, cobalt may need to proxy or remux/transcode
files. if that's the case, then a temporary tunnel is created for this purpose
and minimal required information about the media is stored for 90 seconds.
on an unmodified & official cobalt instance, **all tunnel data is encrypted with
a key that only the end user has access to**.
encrypted tunnel data may include:
- origin service's name.
- original URLs for media files.
- internal arguments needed to differentiate between types of processing.
- minimal file metadata (generated filename, title, author, creation year,
copyright info).
- minimal information about the original request that may be used in case of an
URL failure during the tunnelling process.
this data is irreversibly purged from server's RAM after 90 seconds. no one has
access to cached tunnel data, even instance owners, as long as cobalt's source
code is not modified.
media data from tunnels is never stored/cached anywhere. everything is processed
live, even during remuxing and transcoding. cobalt tunnels function like an
anonymous proxy.
if your device supports local processing, then encrypted tunnel info includes
way less info, because it's returned to client instead.
see the [related source code on
github](https://github.com/imputnet/cobalt/tree/main/api/src/stream) to learn
more about how it works.
</section>
<section id="encryption">
<SectionHeading
title={$t("about.heading.encryption")}
sectionId="encryption"
/>
les données de tunnel stockées temporairement sont cryptées en utilisant la
norme AES-256. les clés de déchiffrement ne sont incluses que dans le lien
d'accès et ne sont jamais enregistrées/mises en cache/stockées nulle part. seul
l'utilisateur final a accès au lien et aux clés de chiffrement. les clés sont
générées de manière unique pour chaque tunnel demandé.
</section>
{#if env.PLAUSIBLE_ENABLED}
<section id="plausible">
<SectionHeading
title={$t("about.heading.plausible")}
sectionId="plausible"
/>
we use [plausible](https://plausible.io/) to get an approximate number of active
cobalt users, fully anonymously. no identifiable information about you or your
requests is ever stored. all data is anonymized and aggregated. we self-host and
manage the [plausible instance](https://{env.PLAUSIBLE_HOST}/) that cobalt uses.
plausible n'utilise pas de cookies et est entièrement conforme au RGPD, au CCPA
et au PECR.
if you wish to opt out of anonymous analytics, you can do it in [privacy
settings](/settings/privacy#analytics). if you opt out, the plausible script
will not be loaded at all.
[learn more about plausible's dedication to
privacy](https://plausible.io/privacy-focused-web-analytics).
</section>
{/if}
<section id="cloudflare">
<SectionHeading
title={$t("about.heading.cloudflare")}
sectionId="cloudflare"
/>
we use cloudflare services for:
- ddos & abuse protection.
- bot protection (cloudflare turnstile).
- hosting & deploying the statically rendered web app (cloudflare workers).
all of these are required to provide the best experience for everyone.
cloudflare is the most private & reliable provider for all mentioned solutions
that we know of.
cloudflare est entièrement conforme au RGPD et à la HIPAA.
[learn more about cloudflare's dedication to
privacy](https://www.cloudflare.com/trust-hub/privacy-and-data-protection/).
</section>