-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathprivacy.html
More file actions
88 lines (88 loc) · 5.21 KB
/
privacy.html
File metadata and controls
88 lines (88 loc) · 5.21 KB
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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<link href="css/standard.css" type="text/css" rel="stylesheet">
<link rel="icon" href="assets/CE_64px.png" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:site_name" content="ComputerElite">
<meta property="og:title" content="Privacy policy" />
<meta property="og:description" content="Tells you everything about data being collected" />
<meta property="og:url" content="https://computerelite.github.io/privacy.html" />
</head>
<body>
<div style="padding-top: 10px; width: 100%; display: flex;">
<div style="flex: 1; padding: 10px;" class="bigBox">
<h1>Privacy policy</h1>
<h2>General</h2>
This document will tell you which data may get collected when you visit and use this site.
<h2>Logging by GitHub pages</h2>
As this page is hosted on <a href="https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages">GitHub pages</a> GitHub will save some data about your visit for security resons. This may include:
<br>
<br>
- IP address
<br>
- The browser you're using
<br>
- The site you're coming From
<br>
- The time you visited this site
<br>
- Visited pages
<br>
- The operating system you use
<br>
<br>
To get an exact understanding of what is being logged reefer to <a href="https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#data-collection">GitHubs privacy policy</a>
<h2>Logging by ComputerAnalytics</h2>
ComputerAnalytics is an analytics tools which provides information such as:
<br>
<br>
- Amount of clicks on the website
<br>
- Where visitors came from
<br>
- How long they were on the page and the time they visited it
<br>
- The page you visited
<br>
- Your devices screen height and width (which may or may not be accurate)
<br>
<br>
ComputerAnalytics itself is open source and it's code can be viewed by everyone <a href="https://github.com/ComputerElite/ComputerAnalytics">here</a>
<br>
How ComputerAnalytics works:
<br>
<br>
- It records the things mentioned above.
<br>
- After you leave the page the data gets sent to ComputerAnalytics main server at <a href="https://analytics.rui2015.me/">https://analytics.rui2015.me/</a>
<br>
- The data will not be associated with you
<br>
<br>
ComputerAnalytics privacy policy can be found <a href="https://analytics.rui2015.me/privacy">here</a>
<br>
A writeup containing information about how ComputerAnalytics works can be found <a href="https://github.com/ComputerElite/ComputerAnalytics/wiki">here</a>
<br>
<b>The data is not being merged with any other data of you</b>
<h2>Logging by Oculus</h2>
If you use pages such as <a href="tools/Oculus/AppVersions.html">AppVersions</a> Oculus API is being used to gather most of the data.
<br>
This data will log the same basic things mentioned in the <code>Logging by GitHub pages</code> section at the top.
<br>
Oculus privacy policy can be found <a href="https://www.oculus.com/legal/privacy-policy/">here</a>.
<br>
Due to programming reasons the requests gets proxied (more or less like telling someone to say something to someone else) through <a href="https://www.heroku.com/">Heroku</a> which again logs the same things outlined in <code>Logging by GitHub pages</code>.
<h2>Logging by YouTube</h2>
Some pages may use YouTube to play videos. The privacy poliy of YouTube can be found at <a href="https://www.google.de/intl/de/policies/privacy">https://www.google.de/intl/de/policies/privacy</a>
<h2>Cookies</h2>
ComputerAnalytics uses cookies to give you an unique identifier which anonymises you in its database
<h2>Additional information</h2>
The workings of the site can be checked any time as the source code is publicly available at <a href="https://github.com/ComputerElite/computerelite.github.io">https://github.com/ComputerElite/computerelite.github.io</a>
</div>
</div>
<script src="js/standard.js"></script>
</body>
</html>