-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
97 lines (97 loc) · 5.37 KB
/
privacy.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
<!DOCTYPE html>
<!--# set var="pageTitle" value="Privacy Policy" -->
<!--# set var="privacyPolicyDescription" value="The privacy policy for the /mlp/odcast site located at mlp.one." -->
<!--# set var="pageTitleDisplay" value="$pageTitle - $siteTitle" -->
<html lang="en" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#" 🦄 🐎🐱>
<head>
<meta charset="utf-8">
<link href="https://<!--# echo var='host' -->/privacy.html" rel="canonical self" type="text/html">
<!-- preconnects -->
<link href="//fonts.googleapis.com" rel="preconnect">
<link href="//fonts.gstatic.com" rel="preconnect">
<link href="//stats.g.doubleclick.net" rel="preconnect">
<link href="//www.google-analytics.com" rel="preconnect">
<!-- preloads -->
<link as="image" href="//www.gstatic.com/psa/static/1.gif" rel="preload" type="image/gif">
<link as="script" href="//www.google-analytics.com/analytics.js" rel="preload" type="application/javascript">
<link as="style" href="//fonts.googleapis.com/css?family=Roboto:300,400,500" rel="preload" type="text/css">
<!--# include file="/common/common.js.html" -->
<!--# include file="/common/header.html" -->
<meta content="<!--# echo var="pageTitleDisplay" -->" name="title" property="og:title">
<meta content="<!--# echo var="privacyPolicyDescription" -->" name="description" property="og:description">
<meta content="<!--# echo var="privacyPolicyDescription" -->" itemprop="description">
<meta content="/mlp/odcast, privacy policy" name="keywords">
<meta content="/mlp/odcast, privacy policy" itemprop="keywords">
<meta content="<!--# echo var="pageTitleDisplay" -->" name="twitter:title">
<meta content="<!--# echo var="privacyPolicyDescription" -->" name="twitter:description">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://<!--# echo var="host" -->/",
"image": "https:<!--# echo var="siteImage" -->",
"name": "<!--# echo var="siteTitle" -->"
}
}, {
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://<!--# echo var="host" --><!--# echo var="request_uri" -->",
"image": "https:<!--# echo var="siteImage" -->",
"name": "<!--# echo var="pageTitleDisplay" -->"
}
}]
}
</script>
<title><!--# echo var="pageTitleDisplay" --></title>
</head>
<body>
<noscript id="deferred-stylesheets">
<link href="/css/common.css" rel="stylesheet">
<link href="/css/typography.css" rel="stylesheet">
</noscript>
<!--# include file="/common/top_app_bar.html" -->
<main>
<section>
<h3>Your Privacy and You and Us</h3>
<dl>
<dt><h6>Web server logs <span aria-label="scroll emoticon" role="img">📜</span></h6></dt>
<dd>
We collect information in our server logs from every visitor in order to ensure the security of our servers. These data are deleted after 4-5 weeks. The data we collect here include:
<ul>
<li>Your <abbr title="Internet Protocol">IP</abbr> address</li>
<li>The date and time of your visit</li>
<li>The page that was visited</li>
<li>Your browser type/version</li>
</ul>
</dd>
<dt><h6>Mmmm, cookies <span aria-label="cookie emoticon" role="img">🍪</span></h6></dt>
<dd>
<a href="//policies.google.com/technologies/cookies" rel="external noopener" target="_blank">Cookies</a> are used to track sessions. While we do not currently leverage this internally (even though <a href="//php.net" rel="external noopener" target="_blank"><abbr title="Personal Home Page">PHP</abbr></a> sometimes likes to set cookies anyway), we do use <a href="//www.google.com/analytics" rel="external noopener" target="_blank">Google Analytics</a>. This service is used to provide general information helping us to understand our visitors and what content they may enjoy. No personally identifying information is ever collected in this manner, it's always viewed in standard aggregate Google Analytics reports. Some of the stuff they track:
<ul>
<li>What site you were on before you came here</li>
<li>How long you hang out here</li>
<li>What kind of device and browser you are using</li>
<li>Your <abbr title="Internet Protocol">IP</abbr> address and IP geolocation</li>
<li>And sometimes some general demographic data (viewable by us only in aggregate)</li>
</ul>
Please <a href="//support.google.com/analytics/answer/6004245?hl=en" rel="external noopener" target="_blank">read Google's privacy page</a> to learn more about what they do with the information.
</dd>
<dt><h6>No sir, I don't like it <span aria-label="thumbs down emoticon" role="img">👎</span></h6></dt>
<dd>
If you don't want to share your cookies with Google, then please read about how to <a href="//www.google.com/privacy_ads.html" rel="external noopener" target="_blank">opt out of Google's tracking cookies</a> or you can also look into the <a href="//tools.google.com/dlpage/gaoptout/" rel="external noopener" target="_blank">Google Analytics Opt-out Browser Add-on</a>.
</dd>
</dl>
<footer class="mlp-footer">
Last Updated: <time datetime="2018-06-02">June 2, 2018</time>.
</footer>
</section>
</main>
<!--# include file="/common/drawer.html" -->
<!--# include file="/common/footer.html" -->
</body>
</html>