2020-05-16 20:35:54 +00:00
{% set metaTitle = "Cookie Policy" %}
{% set metaUrl = '/cookiepolicy' %}
{% extends "_layout.njk" %}
{% block stylesheets %}
{{ super() }}
<link rel="stylesheet" href="libs/fontello/fontello.css{{ versions[1] }}">
{% endblock %}
{% block content %}
{{ super() }}
<section class="section has-extra-bottom-padding">
<div class="container has-text-left">
<h1 class='title'>Cookie Policy</h1>
<h1 class="subtitle">
2020-05-27 22:18:09 +00:00
{{ globals.whole_cookie }} may use cookies. This page describe how and why we use cookies.
2020-05-16 20:35:54 +00:00
</h1>
<hr>
<h2 class='subtitle is-brighter'>What are cookies? -or- How to disable cookies?</h2>
<article class="message">
<div class="message-body">
<strong>Simply put, a cookie is a technology for remembering something about you.</strong><br>
If you want to learn more about cookies, as well as how to control and disable them, check out <a href="https://www.cookiesandyou.com/" target="_blank" rel="noopener">Cookies & You</a> website.
</div>
</article>
<h2 class='subtitle is-brighter'>How We Use Cookies</h2>
<article class="message">
<div class="message-body">
We use cookies for a variety of reasons detailed below.<br>
Unfortunately in most cases there are no industry standard options for disabling cookies without completely disabling the functionality and features they add to this site.<br>
It is recommended that you leave on all cookies if you are not sure whether you need them or not in case they are used to provide a service that you use.
</div>
</article>
<h2 class='subtitle is-brighter'>Account related cookies</h2>
<article class="message">
<div class="message-body">
If you create an account with us, then we will use cookies for the management of the signup process and general administration.
</div>
</article>
<h2 class='subtitle is-brighter'>Login related cookies</h2>
<article class="message">
<div class="message-body">
We use cookies when you are logged in so that we can remember that you are logged in.<br>
This prevents you from having to log in every single time you visit a new page.<br>
These cookies are typically removed or cleared when you log out to ensure that you can only access restricted features and areas when logged in.
</div>
</article>
<h2 class='subtitle is-brighter'>What information do we know about you?</h2>
<article class="message">
<div class="message-body">
2020-06-01 04:44:16 +00:00
We don’ t request or require you to provide personal information to access our website.<br>
2020-05-16 20:35:54 +00:00
However, we may receive your IP address and user agent automatically.
</div>
</article>
<h2 class='subtitle is-brighter'>What about cookies?</h2>
<article class="message">
<div class="message-body">
2020-05-27 22:18:09 +00:00
{{ globals.whole_cookie }} may place cookies on your browser in order to identify you when you return to our website.
2020-05-16 20:35:54 +00:00
</div>
</article>
<h2 class='subtitle is-brighter'>Cookies We May Use</h2>
<article class="message">
<div class="message-body">
We may use the following cookies:<br>
<br>
<div class="table-container">
<table class="table is-fullwidth is-hoverable">
<thead>
<tr>
<th>Name</th>
<th>Source</th>
<th>Purpose</th>
<th>Storage Days</th>
</tr>
</thead>
<tbody>
<tr>
<th>chunkSize</th>
2020-05-27 22:18:09 +00:00
<td>{{ globals.root_domain }}</td>
2020-05-16 20:35:54 +00:00
<td>Personalization</td>
<td>LocalStorage</td>
</tr>
<tr>
<th>cid</th>
2020-05-27 22:18:09 +00:00
<td>{{ globals.root_domain }}</td>
2020-05-16 20:35:54 +00:00
<td>Analytics</td>
<td>730</td>
</tr>
<tr>
<th>cookieconsent_status</th>
2020-05-27 22:18:09 +00:00
<td>{{ globals.root_domain }}</td>
2020-05-16 20:35:54 +00:00
<td>Necessary</td>
<td>730</td>
</tr>
<tr>
<th>fileLength</th>
2020-05-27 22:18:09 +00:00
<td>{{ globals.root_domain }}</td>
2020-05-16 20:35:54 +00:00
<td>Personalization</td>
<td>LocalStorage</td>
</tr>
<tr>
<th>parallelUploads</th>
2020-05-27 22:18:09 +00:00
<td>{{ globals.root_domain }}</td>
2020-05-16 20:35:54 +00:00
<td>Personalization</td>
<td>LocalStorage</td>
</tr>
<tr>
<th>previewImages</th>
2020-05-27 22:18:09 +00:00
<td>{{ globals.root_domain }}</td>
2020-05-16 20:35:54 +00:00
<td>Personalization</td>
<td>LocalStorage</td>
</tr>
<tr>
<th>render</th>
2020-05-27 22:18:09 +00:00
<td>{{ globals.root_domain }}</td>
2020-05-16 20:35:54 +00:00
<td>Personalization</td>
<td>LocalStorage</td>
</tr>
2020-06-01 04:44:16 +00:00
<tr>
<th>selectedAlbums</th>
<td>{{ globals.root_domain }}</td>
<td>Personalization</td>
<td>LocalStorage</td>
</tr>
<tr>
<th>selectedAlbumsAll</th>
<td>{{ globals.root_domain }}</td>
<td>Personalization</td>
<td>LocalStorage</td>
</tr>
2020-05-16 20:35:54 +00:00
<tr>
<th>selectedUploads</th>
2020-05-27 22:18:09 +00:00
<td>{{ globals.root_domain }}</td>
2020-06-01 04:44:16 +00:00
<td>Personalization</td>
2020-05-16 20:35:54 +00:00
<td>LocalStorage</td>
</tr>
<tr>
<th>selectedUploadsAll</th>
2020-05-27 22:18:09 +00:00
<td>{{ globals.root_domain }}</td>
2020-06-01 04:44:16 +00:00
<td>Personalization</td>
2020-05-16 20:35:54 +00:00
<td>LocalStorage</td>
</tr>
<tr>
<th>selectedUsers</th>
2020-05-27 22:18:09 +00:00
<td>{{ globals.root_domain }}</td>
2020-06-01 04:44:16 +00:00
<td>Personalization</td>
2020-05-16 20:35:54 +00:00
<td>LocalStorage</td>
</tr>
<tr>
<th>siBytes</th>
2020-05-27 22:18:09 +00:00
<td>{{ globals.root_domain }}</td>
2020-05-16 20:35:54 +00:00
<td>Personalization</td>
<td>LocalStorage</td>
</tr>
<tr>
<th>stripTags</th>
2020-05-27 22:18:09 +00:00
<td>{{ globals.root_domain }}</td>
2020-05-16 20:35:54 +00:00
<td>Personalization</td>
<td>LocalStorage</td>
</tr>
<tr>
<th>token</th>
2020-05-27 22:18:09 +00:00
<td>{{ globals.root_domain }}</td>
2020-05-16 20:35:54 +00:00
<td>Necessary</td>
<td>LocalStorage</td>
</tr>
<tr>
<th>uploadAge</th>
2020-05-27 22:18:09 +00:00
<td>{{ globals.root_domain }}</td>
2020-05-16 20:35:54 +00:00
<td>Personalization</td>
<td>LocalStorage</td>
</tr>
<tr>
<th>uploadsHistoryOrder</th>
2020-05-27 22:18:09 +00:00
<td>{{ globals.root_domain }}</td>
2020-05-16 20:35:54 +00:00
<td>Personalization</td>
<td>LocalStorage</td>
</tr>
<tr>
<th>viewTypeUploads</th>
2020-05-27 22:18:09 +00:00
<td>{{ globals.root_domain }}</td>
2020-06-01 04:44:16 +00:00
<td>Personalization</td>
2020-05-16 20:35:54 +00:00
<td>LocalStorage</td>
</tr>
<tr>
<th>viewTypeUploadsAll</th>
2020-05-27 22:18:09 +00:00
<td>{{ globals.root_domain }}</td>
2020-06-01 04:44:16 +00:00
<td>Personalization</td>
2020-05-16 20:35:54 +00:00
<td>LocalStorage</td>
</tr>
</tbody>
</table>
</div>
2020-06-01 04:44:16 +00:00
Only Analytics keys will be set on first page load regardless of your consent.<br>
The rest will only be set as you use features of our website.<br>
However, all Personalization keys should delete themselves once you set back their default values.
2020-05-16 20:35:54 +00:00
</div>
</article>
<h2 class='subtitle is-brighter'>Questions?</h2>
<article class="message">
<div class="message-body">
For more information, email <a href="mailto:{{ globals.email }}">{{ globals.email }}</a>.
</div>
</article>
</div>
</section>
2020-05-25 20:49:54 +00:00
{% include "_partial/floating-home.njk" %}
2020-05-16 20:35:54 +00:00
{% endblock %}