-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcookies.html
executable file
·96 lines (78 loc) · 4.12 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
layout: bootstrap-cover
title: Cookies
---
<div id="page">
<h2 id="cookies">Cookies<sup id="fnref:1"><a href="#fn:1" class="footnote">1</a></sup></h2>
<br>
<h2 id="cookies-policy-of-this-web-site-according-to-the-italian-cookie-law">Cookies policy of this web site according to the Italian <strong>Cookie Law</strong></h2>
<p class="lead" style="text-align:justify">
<font size="-0.5">
The Italian Data Protection Authority issued <a href="http://www.garanteprivacy.it/garante/doc.jsp?ID=3167654" rel="_blank"><b>guidelines</b></a> for the use of cookies
in the web pages, by imposing that at the first access a banner allows the visitor to know about the web site cookies policy and to decide whether accepting them or not.</font></p>
<p class="lead" style="text-align:justify">
<font size="-0.5">
In this page you will find detailed information about the used cookies.</font></font></p>
<br>
<h2 id="cookie-law">Cookie Law</h2>
<ol>
<li>
<p class="lead" style="text-align:justify">
<font size="-0.5">
What are cookies?
<br />
Cookies are text files that web sites send to the user browser and that are saved on the user device and then resent at the next visit.</font></p>
</li>
<li>
<p class="lead" style="text-align:justify">
<font size="-0.5">
Which is the aim of cookie?<br />
They are used to monitor sessions, to authenticate the user without asking continuously the account information, and so on.</font></p>
</li>
<li>
<p class="lead" style="text-align:justify">
<font size="-0.5">
What are technical cookies?<br />
Technical cookies are used for making easier the user navigation and access (e.g., to avoid continuous authentications).</font></p>
</li>
<li>
<p class="lead" style="text-align:justify">
<font size="-0.5">
What are profiling cookies?<br />
Profiling cookies are used for tracing the user navigation and making profiles of her preferences/interest. They are mostly used for advertisement purposes.</font></p>
</li>
</ol>
<br>
<h2 id="cookies-in-this-web-site">Cookies in this web site</h2>
<p class="lead" style="text-align:justify">
<font size="-0.5">
Google Analytics cookies: this web site uses some Google Analytics plugins that can trace information of the user. They are used only for collecting information like the type of used browser,
the browser screen resolution, the country of the user, the visited pages and downloaded files. No user profiling occurs due also to the fact that the Google Analytics plugin
settings are such that the IP addresses are anonymized. For further information you could visit the <a href="https://www.google.com/analytics/terms/us.html" rel="_blank"><b>cookie policy</b></a>
web page of Google Analytics.</font></p>
<br>
<h2 id="anonymous-navigation">Anonymous navigation</h2>
<p class="lead" style="text-align:justify">
<font size="-0.5">
Main browsers allow to disable cookies savings and to make anonymous the user navigation. Detailed instructions are available at the browsers technical support web pages:</font></p>
<ul class="lead">
<font size="-0.5">
<li>Disabling cookies on <a href="https://support.mozilla.org/en-US/kb/cookies-information-websites-store-on-your-computer" rel="_blank"><b>Firefox</b></a></li>
<li>Disabling cookies on <a href="https://support.google.com/chrome/answer/95647?hl=en" rel="_blank"><b>Chrome</b></a></li>
<li>Disabling cookies on <a href="http://windows.microsoft.com/en-US/internet-explorer/delete-manage-cookies#ie=ie-11" rel="_blank"><b>Internet Explorer</b></a></li>
<li>Disabling cookies on <a href="https://support.apple.com/en-us/HT201265" rel="_blank"><b>Safari</b></a></li>
<li>Disabling cookies on <a href="http://www.opera.com/help/tutorials/security/privacy/" rel="_blank"><b>Opera</b></a></li>
</font>
</ul>
<br>
<div class="footnotes">
<ol>
<li id="fn:1">
<p class="lead" style="text-align:justify">
<font size="-0.5">
Here you can find the Wikipedia description of <a href="https://en.wikipedia.org/wiki/HTTP_cookie" rel="_blank">cookies</a>. <a href="#fnref:1" class="reversefootnote">↩</a>
</font></p>
</li>
</ol>
</div>
</div>