safetwitch/src/views/PrivacyPageView.vue
2023-04-11 20:58:31 -04:00

24 lines
644 B
Vue

<script lang="ts">
export default {}
</script>
<template>
<article
class="prose prose-invert border-2 bg-ctp-crust rounded-lg mx-auto p-8 pt-10 text-white"
>
<h1>Privacy Policy</h1>
<p>
It's.... kind of empty here.
<br><br>
No logs are kept. That's it. Nothing is stored from you interacting with the site.
Streamers you follow are stored in your browser's LocalStorage, but never reaches the server
<br><br>
Non-offial instances are under their own privacy policy, as they may host SafeTwitch with different practices that may log requests
</p>
</article>
</template>