-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcookies.html
35 lines (29 loc) · 1.71 KB
/
cookies.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: default
title: Cookies Policy
description: Cookies Policy
active: home
navbar: default
---
<div class="section" style="margin-top:90px;">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<section class="content">
<h2 class="bold">How PYBOSSA uses cookies</h2>
<p>A cookie is a small piece of text sent to your browser by a website you visit. It helps the website to remember information about your visit, like your preferred language and other settings. That can make your next visit easier and the site more useful to you. Cookies play an important role. Without them, using the web would be a much more frustrating experience.</p>
<p>In the following video from Google, you can see a very good explanation about how cookies work:</p>
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="//www.youtube.com/embed/TBR-xtJVq7E" frameborder="0" allowfullscreen></iframe>
</div>
<h3>Google Analytics cookies</h3>
<p>PYBOSSA uses Google Analytics to understand better how you
are using the site. Our main goal with Google Analytics is to
learn and improve our site so you can get the best of it.</p>
<p>Please, see our <a href='/privacy.html'>Privacy Policy</a>
for more information.</p>
<h3>Disabling cookies</h3>
<p>However, if you want to disable the cookies in this site or other, we recommend you to check the help section of your web browser so you can disable them.</p>
</section>
</div>
</div>
</div>