Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-06-08 23:15:05 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-06-08 23:17:49 +0300
commit8090dd49deca7b45d5a5ba7f126747b225e498b5 (patch)
treedb5c180ee4ec83589bf33de0c6cc3ad8cb5c67d8 /page-privacy.php
parent4a7d4005dc0126a180f3e9b9da5eec9fa725fcb6 (diff)
clarify policy of scan
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'page-privacy.php')
-rw-r--r--page-privacy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-privacy.php b/page-privacy.php
index 700d22b7..81423dea 100644
--- a/page-privacy.php
+++ b/page-privacy.php
@@ -22,7 +22,7 @@
<p><?php echo $l->t('<strong>Our website</strong> ocasionally embeds content, like YouTube videos (behind a click-through wall) and others. We do not share any of your data with the parties behind them, however, they can gather some information when you watch a video or click the captcha. We are always looking for ways to decrease data sharing here and input is welcome.');?></p>
<p><?php echo $l->t('We have been working on moving away from YouTube and towards videos hosted on Cloudlare. They keep very minimal logs and do not put tracking cookies or other stuff on your computer. They store a log of each http request with <a href="https://developers.cloudflare.com/logs/log-fields">this data</a>. It can be summarized as IP address and client device and a whole bunch of data on how their infrastructure is doing.');?></p>
<p><?php echo $l->t('<strong>For tracking and marketing automation</strong> we use the open source <a class="hyperlink" href="http://matomo.org/">Matomo (the former Piwik)</a> tool to get information on how our website is used and use <a class="hyperlink" href="https://www.phplist.com/">phpList</a> to handle our newsletters. From neither will we hand over individual data to anybody else and any privacy breaches we will disclose as soon as possible. We also delete, anonymize and remove data regularly.');?></p>
- <p><?php echo $l->t('<strong>Our <a class="hyperlink" href="https://scan.nextcloud.com">security scanner</a></strong> is strictly based on publicly available information, that is the list of known vulnerabilities relevant for ownCloud/Nextcloud releases as well as any applied hardenings/settings we can scan without having access to the server. We only scan on-demand and store the results for a limited time.');?></p>
+ <p><?php echo $l->t('<strong>Our <a class="hyperlink" href="https://scan.nextcloud.com">security scanner</a></strong> is strictly based on publicly available information, that is the list of known vulnerabilities relevant for ownCloud/Nextcloud releases as well as any applied hardenings/settings we can scan without having access to the server. We only scan on-demand and store the results, but do not update them automatically.');?></p>
<p><?php echo $l->t('<strong>Our forums</strong> on <a class="hyperlink" href="https://help.nextcloud.com">help.nextcloud.com</a> runs the open source <a class="hyperlink" href="https://discourse.org">discourse</a> software. This is self-hosted and we do not share, disclose or otherwise distribute any data from it. You can disable your own account there if you need to. Note that this platform is meant for home users and home user questions! As enterprise visitor, please use <a class="hyperlink" href="https://portal.nextcloud.com">our support portal</a>. If you still use the forums, expect that we reach out to you at some point.');?><?php echo $l->t('To use our forums you must agree with our Terms of Service. See below for the complete TOS for the use of our forums.');?><a class="hyperlink" href="#TOS"><?php echo $l->t('Terms of Service');?></a></p>
<p><?php echo $l->t('As we <strong>do not host Nextcloud</strong> for anyone else, this privacy policy can not cover what a Nextcloud installation does. In general, we can say the following:');?></p>
<p><?php echo $l->t('<strong>Our software</strong>, be it the Nextcloud server or the Android or iOS apps, are designed to not sent any user data to us. The optional Usage Survey app can sent usage statistics like installed apps to us to help us improve our service. You can review and approve the data before it is sent. We store the data aggregated and not per user, so a theft of our data can not be used to get any information about any specific installation. The Updater app, if enabled, sends Nextcloud version, PHP version, install time and the channel it wants to the Nextcloud updater server to receive update information. We store the install time and version on the instance to track statistics, all other data is discarded right away.');?></p>