From e0beae00615e9d9b5b81aa6b9bbd3f2c91aa4186 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Fri, 20 Apr 2018 01:52:00 +0200 Subject: [PATCH] Updated privacy policy --- privacy-policy/index.html | 3 ++- privacy-policy/index.pug | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/privacy-policy/index.html b/privacy-policy/index.html index 1e21bab..022e579 100644 --- a/privacy-policy/index.html +++ b/privacy-policy/index.html @@ -6,7 +6,8 @@ display: none !important; }</style></noscript><script>document.body.classList.remove("noscript");</script><div class="pusher"><div class="full height"><div class="following bar"><div class="ui container"><div class="ui large secondary menu inverted"><a class="view-ui item" href="/"><img class="ui logo left" src="/assets/images/icon.svg">QuasselDroid</a><a class="view-ui item" href="/docs/">Docs</a><div class="right menu"><a class="view-ui item" href="https://github.com/justjanne/quasseldroid-ng"><i class="icon github left"></i><span class="text">GitHub</span></a><a class="view-ui item" href="/releases/"><i class="icon download left"></i><span class="text">Download</span></a></div></div></div></div><div class="ui vertical stripe intro segment"><div class="ui stackable very relaxed center aligned grid container"><div class="row"><div class="column left aligned"><h2 class="ui header">Privacy Policy</h2><h3 class="ui header">Website</h3><p>While visiting our website, your computer transmits various pieces of data to our website. These vary based on browser and operating system, and usually include:</p><ul class="ui list"><li>Browser and version</li><li>Operating system and version</li><li>The previously visited website (Referrer URL)</li><li>Hostname and/or IP address of your computer</li><li>Time and date of the access</li></ul><p>We currently do not store or collect any of this information. -</p><h3 class="ui header">App</h3><p>The app supports automatic crash reporting. Currently, this is disabled and no reports will be collected. +</p><h3 class="ui header">App</h3><p>The app supports automatic crash reporting. In version 0.11 this is currently disabled, in later releases +all collected crash reports are stored locally and have to be sent by the user manually. </p><p>Connections made by the app to a server configured by the user are subject to the privacy policy of that server, and cannot be policed by us. </p><h3 class="ui header">Further Questions diff --git a/privacy-policy/index.pug b/privacy-policy/index.pug index cdce759..8eea0fd 100644 --- a/privacy-policy/index.pug +++ b/privacy-policy/index.pug @@ -31,7 +31,8 @@ block content h3.ui.header. App p. - The app supports automatic crash reporting. Currently, this is disabled and no reports will be collected. + The app supports automatic crash reporting. In version 0.11 this is currently disabled, in later releases + all collected crash reports are stored locally and have to be sent by the user manually. p. Connections made by the app to a server configured by the user are subject to the privacy policy of that -- GitLab