summaryrefslogtreecommitdiff
path: root/privacy
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-11-14 14:25:23 -0500
committerBen Burwell <ben@benburwell.com>2015-11-14 14:25:23 -0500
commit8856c415d16ae558609b615873826816c6718f42 (patch)
treee7a3a83e7cf0fbb75da3fb1517046207917630b8 /privacy
parentce236fec927e1ca7991588a374607e53172844e6 (diff)
redesign
Diffstat (limited to 'privacy')
-rw-r--r--privacy/index.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/privacy/index.md b/privacy/index.md
index 4c4cd7a..f9e003e 100644
--- a/privacy/index.md
+++ b/privacy/index.md
@@ -1,16 +1,18 @@
---
-layout: master
+layout: blog
title: Privacy Information
---
Privacy Disclosure
==================
-This site contains scripts loaded from github.com in order to display code snippets. GitHub appears to set cookies when this script is loaded. You can see [their privacy policy](https://help.github.com/articles/github-privacy-policy/) for more information.
+This site is served from [GitHub Pages](https://pages.github.com), so requests made to this site will terminate and be logged on GitHub servers. You can see [their privacy policy](https://help.github.com/articles/github-privacy-policy/) for more information.
-This site uses the CloudFlare CDN. Limited analytic data are kept by CloudFlare. CloudFlare also sets a `__cfduid` cookie for overriding IP-based security restrictions. You can read more about this cookie [here](https://support.cloudflare.com/hc/en-us/articles/200170156-What-does-the-CloudFlare-cfduid-cookie-do-). You can also read [CloudFlare's privacy policy](https://www.cloudflare.com/security-policy).
+The CloudFlare CDN is used to enable TLS and ensure a speedy response time worldwide. Limited analytic data are kept by CloudFlare. CloudFlare also sets a `__cfduid` cookie for overriding IP-based security restrictions. You can read more about this cookie [here](https://support.cloudflare.com/hc/en-us/articles/200170156-What-does-the-CloudFlare-cfduid-cookie-do-). You can also read [CloudFlare's privacy policy](https://www.cloudflare.com/security-policy).
-Furthermore, very limited metrics are collected and recorded for my own use. A [custom tracking script](https://github.com/benburwell/benburwell.github.io/blob/master/assets/scripts/metrics.coffee) is used and metrics are stored in an isolated app running on Heroku. The data collected from all visitors are limited to that which cannot be used to identify the visitor, and includes:
+CloudFlare is also the ultimate DNS resolver for `benburwell.com`. If DNS logs are kept, they will also be subject to CloudFlare policies.
+
+Furthermore, very limited metrics are collected and recorded for my own use. A [custom tracking script](https://github.com/benburwell/benburwell.github.io/blob/master/assets/scripts/metrics.coffee) is used and metrics are stored in an isolated app running on Heroku ([TOS](https://www.heroku.com/policy/tos)). The data collected from all visitors are limited to that which cannot be used to identify the visitor, and includes:
* page load timing information (using the [Navigation Timing API](http://www.w3.org/TR/navigation-timing/));
* the path and title of the page visited.