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
|
<?php include '_include.php'; ?><!DOCTYPE html>
<html lang="en">
<head>
<?php echo indent(site_head('Privacy - Spragg Software Services Ltd.'), 2); ?>
</head>
<body>
<header>
<?php echo indent(site_header('Privacy'), 3); ?>
</header>
<main>
<h2><img src="/img/icons/oxygen/base/32x32/apps/preferences-web-browser-cookies.png" alt="•" /> Cookies</h2>
<p>This website does not use any 3rd party analytics or advertising.
Also, no cookies are created or used by the static pages as you browse the main site.
Some parts of the website may be dynamic and need to treat your page requests together
as part of a single browsing session, or to keep track of choices you have made.
In these cases, the use of cookies falls under the "exception to the requirement to
provide information about cookies and obtain consent [... where ...] such storage or
access is strictly necessary for the provision of an information society service
requested by the subscriber or user." of the EC Directive on Privacy and Electronic
Communications.
See the
<a href="https://ico.org.uk/media/for-organisations/documents/1545/cookies_guidance.pdf">ICO Guidance</a>
on the subject for more information.</p>
<h2><img src="/img/icons/Faenza/devices/32/input-keyboard.png" alt="•" /> Requested information</h2>
<!--
src="/img/icons/Faenza/categories/32/applications-fonts.png"
-->
<p>At times, this website may host various applications, which may request information from you.
The information requested should either be optional, or be necessary for the operation
of the specific application.
In each case, the individual application should link to its own privacy policy,
explaining what information is being requested, and how it will be used.</p>
<h2><img src="/img/icons/Faenza/apps/32/logviewer.png" alt="•" /> Logs</h2>
<p>The website saves logs of page requests, including the IP address of the computer which made
each request, and any
<a href="https://en.wikipedia.org/wiki/Query_string">query string</a> parameters that
might have been part of the URL requested.
These logs are saved for monitoring and troubleshooting purposes, and are deleted after
30 days.
The logs may be processed and analyzed for analytics purposes, with the processed
results stored for longer, but any potentially personal information (such as IP address
or query string parameters) is stripped from these results.</p>
<h2><img src="/img/icons/Faenza/categories/32/applications-internet.png" alt="•" /> Data locality</h2>
<p>All data collected on this site is stored and processed exclusively in the UK.
However, data that is made publically available from this site over the internet may be
accessed from anywhere in the world.
You should be aware that sending information over the internet from one computer in the
UK to another computer in the UK, may be routed outside of the UK in transit, as a
fundamental consequence of how internet routing works.
However, this site endeavours to use end-to-end encryption wherever possible, to ensure
the privacy of any data sent over the internet.</p>
<h2><img src="/img/icons/Faenza/mimetypes/32/message.png" alt="•" /> Further information</h2>
<p>For further information, email
<a href="mailto:webmaster@spragg-ssl.co.uk">webmaster@spragg-ssl.co.uk</a>.</p>
</main>
<footer>
<?php echo indent(site_footer(), 3); ?>
</footer>
</body>
</html>
|