-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcookies.html
183 lines (134 loc) · 9.15 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
---
title: Cookie policy
meta-title: "Cookie Policy for DelphiDabbler.com"
meta-desc: "Full details of cookies used on DelphiDabbler.com"
no-flash: true
robots: "noindex"
custom-script: "page-cookies.js"
---
<h1 role="heading">
Cookie policy
</h1>
<article>
<p class="alert alert-info glyph">
This policy covers cookies used in by <em>delphidabbler.com</em> and the <em>www.delphidabbler.com</em> sub-domain. It does not apply to any other sub-domains of <em>delphidabbler.com</em> or to any third party sites accessed via links on this site.
</p>
<section>
<h2>Introduction</h2>
<p>This website complies with the European Union's <a href="https://gdpr.eu/what-is-gdpr/">GDPR</a>. Those regulations are obeyed regardless of which country you are visiting from.</p>
<p>The rest of this page sets out how cookies are used.</p>
<blockquote>
<p><em><strong>TL;DR:</strong> Only a very few persistent preferences cookies and one session cookie are used. There are no statistics, marketing or tracking cookies. All cookies are first party. If you find otherwise then something has gone wrong – please <a href="https://github.com/delphidabbler/delphidabbler.github.io/issues">report the problem</a>.</em></p>
</blockquote>
</section>
<section>
<h2>Cookie Usage</h2>
<h3>Persistent Cookies</h3>
<p>This website uses the following persistent cookies:</p>
<section class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
Strictly necessary cookies
</h4>
</div>
<div class="panel-body">
<blockquote>
<p>These cookies are essential for you to browse the website and use its features, such as accessing secure areas of the site. Cookies that allow web shops to hold your items in your cart while you are shopping online are an example of strictly necessary cookies. These cookies will generally be first-party session cookies. While it is not required to obtain consent for these cookies, what they do and why they are necessary should be explained to the user.</p>
<footer class="blockquote-footer">Source: <a href="https://gdpr.eu/cookies/">Cookies, the GDPR, and the ePrivacy Directive</a> (European Union)</footer>
</blockquote>
<p>No <em>strictly necessary</em> cookies are used.</p>
</div>
</section>
<section class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
Preferences cookies
</h4>
</div>
<div class="panel-body">
<blockquote>
<p>Also known as “functionality cookies”, these cookies allow a website to remember choices you have made in the past, like what language you prefer, what region you would like weather reports for, or what your user name and password are so you can automatically log in.</p>
<footer class="blockquote-footer">Source: <a href="https://gdpr.eu/cookies/">Cookies, the GDPR, and the ePrivacy Directive</a> (European Union)</footer>
</blockquote>
<p>The following cookies fall into this category:</p>
<dl>
<dt><code>dd-base--cookies-accepted</code></dt>
<dd>
<p>This cookie is set if the user has agreed for cookies to be used. It is used for two purposes:</p>
<ol>
<li>To record the fact that the user has so agreed. This constitutes the record of consent for the purposes of the EU's <a href="https://gdpr.eu/what-is-gdpr/">GDPR</a>.</li>
<li>To prevent the cookie compliance message from appearing on every page of the website!</li>
</ol>
<p>The cookie expires after 182 days (approximately 6 months). No personally identified data is stored - the cookie's value is always <code>1</code>.</p>
</dd>
<dt><code>dd-base--flash-XXX</code> (where <code>XXX</code> is a positive number)</dt>
<dd>
<p>One or more cookies of this form may be set to record that any "flash" messages displayed on various pages have been dismissed by the user. Without this cookie being set the flash message will be displayed on every page.</p>
<p>The cookie expires after 365 days. No personally identified data is stored - the cookie's value is always <code>dismissed</code>.</p>
</dd>
</dl>
<p class="alert alert-danger glyph">Anyone who used the website before 2022-11-20 may also have other cookies set. They are <code>cookieconsent_status</code>, <code>dd_inhibit_cookie_consent</code> and <code>dd_flash_1</code>). The first two cookies served a similar purpose to <code>dd-base--cookies-accepted</code> while <code>dd_flash_1</code> had the same purpose as the <code>dd-base--flash-XXX</code> cookies. An attempt has been made to delete these older cookies, but it is possible that they will remain in place until they expire. They can be deleted via your browser's settings.</p>
</div>
</section>
<section class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
Statistics cookies
</h4>
</div>
<div class="panel-body">
<blockquote>
<p>Also known as “performance cookies”, these cookies collect information about how you use a website, like which pages you visited and which links you clicked on. None of this information can be used to identify you. It is all aggregated and, therefore, anonymized. Their sole purpose is to improve website functions. This includes cookies from third-party analytics services as long as the cookies are for the exclusive use of the owner of the website visited.</p>
<footer class="blockquote-footer">Source: <a href="https://gdpr.eu/cookies/">Cookies, the GDPR, and the ePrivacy Directive</a> (European Union)</footer>
</blockquote>
<p>No <em>statistics</em> cookies are used.</p>
</div>
</section>
<section class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
Marketing cookies
</h4>
</div>
<div class="panel-body">
<blockquote>
<p>These cookies track your online activity to help advertisers deliver more relevant advertising or to limit how many times you see an ad. These cookies can share that information with other organizations or advertisers. These are persistent cookies and almost always of third-party provenance.</p>
<footer class="blockquote-footer">Source: <a href="https://gdpr.eu/cookies/">Cookies, the GDPR, and the ePrivacy Directive</a> (European Union)</footer>
</blockquote>
<p>No <em>marketing</em> cookies are used.</p>
</div>
</section>
<p>There are no 3rd party cookies.</p>
<h3>Session Cookies</h3>
<p>Only one session cookie is ever set.</p>
<p>This cookie is only set if you click <em>Reject</em> in the cookie authorisation message. It prevents the message from re-appearing for the rest of the current session in the current browser tab. The cookie is cleared when the session ends. The cookie is named <code>dd-base--cookie-reject-session</code> and has the value <code>1</code>.</p>
<p>This cookie is essential for site usability.</p>
</section>
<section>
<h2>Opting In or Out of Cookies</h2>
<p>A pop-up message is displayed that permits you to opt in or out of cookies by clicking the <em>Accept</em> or <em>Reject</em> buttons, respectively.
<p class="alert alert-info glyph">If you reject cookies then no new cookies will be set.</p>
<h3>If you opt in</h3>
<p>The pop-up message is hidden when you click the <em>Accept</em> button. Your opt-in lasts for about six months, during which time you should not see the pop-up message again. After that time you will be asked for your consent again.</p>
<p>If you change your mind in the interim you can use an opt out link that appears in the footer of every page for as long as you're opted in.</p>
<h3>If you opt out</h3>
<p>The cookie pop-up message is hidden when you click the <em>Reject</em> button. The message will remain hidden until the end of your session. If you close the session then revisit the site, or open a page in a new tab, then the pop-up message will appear again. This is because a cookie has to be used to inhibit the appearance of the pop-up message but use of such cookies has been denied.</p>
</section>
<section>
<h2>
Problems?
</h2>
<p class="alert alert-danger glyph">
Should you find any cookies relating to this site that are not listed above then please report the problem on the site's <a href="https://github.com/delphidabbler/delphidabbler.github.io/issues">issues page</a> (<small>GitHub account required</small>).
</p>
</section>
<section>
<h2>
More Info
</h2>
<p>
If you want more info about cookies please visit the <a href="https://ico.org.uk/your-data-matters/online/cookies/">UK Information Commissioner's Office Cookies page</a>. For more information about the European Union's "cookie law" see EU's <a href="https://gdpr.eu/cookies/">
Cookies, the GDPR, and the ePrivacy Directive page</a>.
</p>
</section>
</article>