Skip to content

Commit d3afdca

Browse files
committed
Add privacy.html
Hopefully google adsense will be happy with it but who knows.
1 parent 1bb5b91 commit d3afdca

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

views/partials/footer.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@
88
<a target="_blank" rel="noopener" href="https://github.com/mc-api/issues/issues">Issue Tracker</a>
99
<a target="_blank" rel="noopener" href="https://twitter.com/mc_api">Twitter</a>
1010
<a target="_blank" rel="noopener" href="https://discord.gg/5SX6Uk3">Discord</a>
11+
<a href="/privacy">Privacy Policy</a>
1112
{{#adverts.enable}}
1213
<a href="/advertise">Advertise</a>
1314
{{/adverts.enable}}
1415
</span>
1516
</span>
1617
<span class="footer-links-left">
17-
<a>MC-API is not affiliated with Mojang AB, Microsoft or Minecraft.net</a>
18+
<a>MC-API.net is not affiliated with Mojang AB, Microsoft or Minecraft.net</a>
1819
</span>
1920
</div>
2021
</div>

views/privacy.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<h3>Privacy Policy</h3>
2+
<p>MC-API.net is respects privacy, we won't sell or share information you give us to any third parties.</p>
3+
<p>We also limit the amount of information we collect to a minimum, this includes basic request information such as IP address, browser type/version and referring website, as well as aggregated statistics about the usage of the APIs provided.</p>
4+
<p>However, third party services we use may use cookies and/or log files, we suggest you review their policies which are linked at the bottom of this page.</p>
5+
<p>We use advertisements to cover the costs of running this free service.</p>
6+
7+
<p><strong>Information Collected &mdash; Log Files</strong></p>
8+
<p>Like many other websites, log files are stored containing information sent automatically by your browser, these files contain visitor's IP address, language, browser type, referring page and date and time of visit.</p>
9+
<p>When using the API any information submitted in the request may be stored in these log files for future troubleshooting.</p>
10+
11+
<p><strong>Cookies</strong></p>
12+
<p>MC-API.net does not directly use cookies, however services used to operate the service may, these are listed below. By continuing to use mc-api.net you agree to the use of cookies.</p>
13+
<p>You may block cookies via your browser settings, however in some cases this may prevent access to the site (commonly determined by CloudFlare who use cookies for security)</p>
14+
15+
<p><strong>Third Party Advertising</strong></p>
16+
<p>We also use third party advertisements on mc-api.net to support our site. Some of these advertisers may use technology such as cookies and web beacons when they advertise on our site, which will also send these advertisers (such as Google through the Google AdSense program) information including your IP address, the browser you used to visit.</p>
17+
<p>Google and its partners to serve ads based on your visits to this and/or other sites on the Internet.</p>
18+
<p>You can opt-out of Google's use of cookies by visiting <a href="http://www.google.com/settings/ads">Google Ad Settings</a>.</p>
19+
<p>General information about third-party use of cookies for advertising or to opt-out of these can be found at <a href="//aboutads.info">aboutads.info</a> and <a href="//youradchoices.com">youradchoices.com</a>.</p>
20+
21+
<p><strong>Analytics</strong></p>
22+
<p>Google Analytics is used to track the amount of visitors to mc-api.net and where they are from.</p>
23+
<p>Further, hits to the API are recorded and aggregated to produce usage statistics such as total number of hits per country.</p>
24+
25+
<p><strong>DigitalOcean</strong></p>
26+
<p>mc-api.net uses DigitalOcean for a lot of its server hosting, there is a link at the bottom of every page with an affiliate/referral link to DigitalOcean.</p>
27+
<p>DigitalOcean may place a cookie in your browser to track who referred you to them and reward both parties accordingly (as per their referral program)</p>
28+
29+
<p><strong>Third party services</strong></p>
30+
<p>Third party services are used in the operation of this website, these are listed below. These may store log files and/or use cookies.</p>
31+
<ul class="inline">
32+
<li><a href="https://cloudflare.com">CloudFlare</a> &mdash; <a href="https://www.cloudflare.com/cookie-policy/">Cookie Policy</a> and <a href="https://www.cloudflare.com/security-policy/">Security &amp; Privacy Policy</a></li>
33+
<li><a href="https://google.com/analytics">Google Analytics</a> and <a href="https://google.com/adsense">AdSense</a> &mdash; <a href="https://www.google.com/intl/en/policies/privacy/">Google Privacy Policy</a>, <a href="http://www.google.com/policies/technologies/ads/">Advertising Policy</a> and <a href="https://www.google.com/policies/privacy/partners/">Google Partner Policy</a></li>
34+
</ul>

0 commit comments

Comments
 (0)