From ea6e15fae08e599ca5a3606e8a90929f2a6b6eb9 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Wed, 9 May 2018 23:24:12 +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 022e579..dcff3f9 100644 --- a/privacy-policy/index.html +++ b/privacy-policy/index.html @@ -5,7 +5,8 @@ </style></head><body class="noscript privacy-policy" id="page-index"><noscript><style>img[data-src] { 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. +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 collect and store your IP address, URLs you access and your user agent for up to 2 weeks to be +able to analyze active security threats, these logs are not transferred to any third party. </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 diff --git a/privacy-policy/index.pug b/privacy-policy/index.pug index 8eea0fd..bdb1bcb 100644 --- a/privacy-policy/index.pug +++ b/privacy-policy/index.pug @@ -26,7 +26,8 @@ block content li. Time and date of the access p. - We currently do not store or collect any of this information. + We currently collect and store your IP address, URLs you access and your user agent for up to 2 weeks to be + able to analyze active security threats, these logs are not transferred to any third party. h3.ui.header. App -- GitLab