2024-09-18 11:17:22 +01:00
|
|
|
<script lang="ts">
|
2024-09-18 12:41:10 +01:00
|
|
|
import { t } from "$lib/i18n/translations";
|
2024-09-18 11:17:22 +01:00
|
|
|
import SectionHeading from "$components/misc/SectionHeading.svelte";
|
|
|
|
</script>
|
|
|
|
|
2024-09-17 19:54:28 +01:00
|
|
|
<section id="general">
|
2024-09-18 11:17:22 +01:00
|
|
|
<SectionHeading
|
2024-09-18 12:41:10 +01:00
|
|
|
title={$t("about.heading.general")}
|
2024-09-18 11:17:22 +01:00
|
|
|
sectionId="general"
|
|
|
|
/>
|
2024-09-17 19:54:28 +01:00
|
|
|
|
2024-09-28 13:14:10 +01:00
|
|
|
these terms are applicable only when using the official cobalt instance.
|
|
|
|
in other cases, you may need to contact the hoster for accurate info.
|
2024-09-17 19:54:28 +01:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="saving">
|
2024-09-18 11:17:22 +01:00
|
|
|
<SectionHeading
|
2024-09-18 12:41:10 +01:00
|
|
|
title={$t("about.heading.saving")}
|
2024-09-18 11:17:22 +01:00
|
|
|
sectionId="saving"
|
|
|
|
/>
|
2024-09-17 19:54:28 +01:00
|
|
|
|
2024-09-28 13:14:10 +01:00
|
|
|
saving functionality simplifies downloading content from the internet and takes zero liability for what the saved content is used for.
|
|
|
|
processing servers work like advanced proxies and don't ever write any content to disk.
|
|
|
|
everything is handled in RAM and permanently purged once the tunnel is done.
|
|
|
|
we have no downloading logs and can't identify anyone.
|
2024-09-17 19:54:28 +01:00
|
|
|
|
|
|
|
[you can read more about how tunnels work in our privacy policy.](/about/privacy)
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="responsibility">
|
2024-09-18 11:17:22 +01:00
|
|
|
<SectionHeading
|
2024-09-18 12:41:10 +01:00
|
|
|
title={$t("about.heading.responsibility")}
|
2024-09-18 11:17:22 +01:00
|
|
|
sectionId="responsibility"
|
|
|
|
/>
|
2024-09-17 19:54:28 +01:00
|
|
|
|
2024-09-28 13:14:10 +01:00
|
|
|
you (end user) are responsible for what you do with our tools, how you use and distribute resulting content.
|
|
|
|
please be mindful when using content of others and always credit original creators.
|
|
|
|
make sure you don't violate any terms or licenses.
|
2024-09-17 19:54:28 +01:00
|
|
|
|
|
|
|
when used in educational purposes, always cite sources and credit original creators.
|
|
|
|
|
|
|
|
fair use and credits benefit everyone.
|
|
|
|
</section>
|
|
|
|
|
2024-09-18 11:17:22 +01:00
|
|
|
<section id="abuse">
|
|
|
|
<SectionHeading
|
2024-09-18 12:41:10 +01:00
|
|
|
title={$t("about.heading.abuse")}
|
2024-09-18 11:17:22 +01:00
|
|
|
sectionId="abuse"
|
|
|
|
/>
|
2024-09-17 19:54:28 +01:00
|
|
|
|
2024-10-22 09:16:10 +01:00
|
|
|
we have no way of detecting abusive behavior automatically because cobalt is 100% anonymous.
|
|
|
|
however, you can report such activities to us and we will do our best to comply manually: **safety@imput.net**
|
|
|
|
|
|
|
|
**this email is not intended for user support, you will not get a response if your concern is not related to abuse.**
|
2024-09-28 13:14:10 +01:00
|
|
|
|
|
|
|
if you're experiencing issues, contact us via any preferred method on [the support page](/about/community).
|
2024-09-17 19:54:28 +01:00
|
|
|
</section>
|