Revert "Merge pull request #135 from server-status-project/master"

This reverts commit 8d571547f5, reversing
changes made to e96df7015e.
This commit is contained in:
Yigit Kerem Oktay
2020-11-05 16:54:04 +03:00
parent 8d571547f5
commit 96f79ee725
44 changed files with 5689 additions and 267 deletions
+13 -2
View File
@@ -3,7 +3,7 @@
require_once("config.php");
Template::render_header("Privacy Policy");
echo "<h1>" . _("Privacy Policy") . "</h2>";
echo "<h1>" . _("Privacy Policy") . "</h1>";
echo "<h2>" . _("Who we are") . "</h2>";
echo WHO_WE_ARE;
echo "<h2>" . _("Contact") . "</h2>";
@@ -19,7 +19,18 @@
echo _("If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries,
General information about your browser, operating system and all search queries on the sites.
This user data will be used for anonym user statistics to recognize trends and improve our content.
") . "<br><br>";
") . "<br>";
echo '<h3>' . _("Telegram") . "</h3>";
echo _("If you use the Telegram Login Widget (The blue \"Login with Telegram\" button), we recive the following data from the service \"Telegram\" (<a href=\"https://telegram.org\">telegram.org</a>):");
echo '<ul>
<li>' . _("Your Telegram-User-ID") . "</li>
<li>" . _("Your Telegram username") . '</li>
<li>' . _("The name you provided when registering with Telegram.") . '</li>
<li>' . _("Your telegram profile picture") . '</li>
</ul>';
echo _("Although we are receiving this data, we only save your telegram ID, your telegram username and the first and last name you provided telegram when registred for their service.");
echo _("We are saving this data, to provide a subscription service which alerts you about status update via our telegram bot. With this data we know who we need to send the alert to. Also we know your name, so we can say hi to you.");
echo _("Because of this, we also save who has subscribed which service.");
echo "<h2>" . _("How we protect your data") . "</h2>";
echo _("In collaboration with our hosting provider we try our best to protect our
databases against access from third parties, losses, misuse or forgery.