syng-site/dist/privacy.html

66 lines
No EOL
2.5 KiB
HTML

<!doctype html>
<html class="no-js" lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Syng.Rocks</title>
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<div class="top-content-section">
<div class="top-bar">
<div class="top-bar-left">
<ul class="menu">
<li class="menu-text"><img src="images/rocks.syng.Syng.png" alt="Syng.Rocks! Logo" height=30></li>
<li><a href="index.html">Home</a></li>
<li><a href="install.html">Installation</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
</ul>
</div>
</div>
</div>
<div id="main-content-section" style="padding-top: 100px;">
<div class="grid-container">
<h1>Privacy Policy</h1>
<p>Syng.Rocks! respects your privacy. We do not collect any personal data, apart from what is necessary for the application to function and for anti-abuse reasons. </p>
<p>The only data shared from using the web client is the following</p>
<ul>
<li>The chosen username</li>
<li>The name of the room you connect to</li>
<li>Search queries</li>
<li>Enqueued songs</li>
<li>The IP address of your device</li>
</ul>
<p>This data may be collected in log files and used for maintenance and anti-abuse reasons. We will never sell your data.</p>
<p>The data shared from using the playback client is the following</p>
<ul>
<li>The chosen room name</li>
<li>The admin password</li>
<li>The configuration of the room</li>
<li>The configuration of the sources, excluding any authentication data</li>
<li>A list of file names present in the sources to handle search request</li>
</ul>
<p>This data will be deleted from the server, once a karaoke session is removed from the server, which is two hours after the last client disconnects.</p>
<p>Syng.Rocks! does not use any cookies, but stores the chosen username and room name in the local storage of your browser. The local storage is cleared, if you press the <code>Log out</code> button.</p>
</div>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/what-input.js"></script>
<script src="js/vendor/foundation.js"></script>
<script src="js/app.js"></script>
</body>
</html>