-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
web/about/terms: initial terms and ethics page
- Loading branch information
Showing
1 changed file
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,34 @@ | ||
<div>terms and ethics here</div> | ||
<div id="terms-body" class="long-text-noto"> | ||
<section id="saving"> | ||
<h3>saving</h3> | ||
<p> | ||
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. | ||
</p> | ||
<p> | ||
<a href="/about/privacy">you can read more about how tunnels work in our privacy policy.</a> | ||
</p> | ||
</section> | ||
|
||
<section id="responsibiliy"> | ||
<h3>responsibilities</h3> | ||
<p> | ||
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. | ||
</p> | ||
<p> | ||
when used in educational purposes, always cite sources and credit original creators. | ||
</p> | ||
<p> | ||
fair use and credits benefit everyone. | ||
</p> | ||
</section> | ||
|
||
<section id="other-responsibiliy"> | ||
<h3>other responsibilities</h3> | ||
<p> | ||
when our tools are used for potentially dangerous activities, we have no way of detecting them, as cobalt is 100% anonymous. | ||
</p> | ||
<p> | ||
however, you can report such activities to us manually and we will do our best to comply: <a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
</section> | ||
</div> |