From aef41b65a908625f22648cf4b0f98e92f3e550f1 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 21 Jul 2022 10:16:48 -0400 Subject: [PATCH] Privacy Policy Signed-off-by: Tommy --- config.yml | 2 +- content/about.md | 2 ++ content/code.md | 2 ++ content/donate.md | 2 ++ content/privacy.md | 9 ++++++--- content/search.md | 2 +- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/config.yml b/config.yml index 5c4cc43..fbc3c77 100644 --- a/config.yml +++ b/config.yml @@ -24,7 +24,7 @@ params: ShowCodeCopyButtons: true assets: - disableHLJS: true # to disable highlight.js + # disableHLJS: true # to disable highlight.js disableFingerprinting: true favicon: "/favicon.ico" favicon16x16: "" diff --git a/content/about.md b/content/about.md index 32ef58b..dcb4650 100644 --- a/content/about.md +++ b/content/about.md @@ -1,5 +1,7 @@ --- title: "About Us" +date: 2022-07-16 +lastmod: 2022-07-21 --- PrivSec.dev is made by a group of enthusiastic individuals looking to provide practical privacy and security advice for the end user. We are security researchers, developers, system administrators... generally people with technical knowledge and work in the field. diff --git a/content/code.md b/content/code.md index 0301d00..5c817e1 100644 --- a/content/code.md +++ b/content/code.md @@ -1,5 +1,7 @@ --- title: "Code of Conflict" +date: 2022-07-18 +lastmod: 2022-07-21 --- The development effort of PrivSec.dev is a very personal process compared to “traditional” ways of developing a community website. Your recommendations and ideas behind it will be carefully reviewed, often resulting in critique and criticism. Know that this happens because everyone involved wants to see the best possible solution for the overall success of PrivSec.dev. diff --git a/content/donate.md b/content/donate.md index f5827c1..2e1ced5 100644 --- a/content/donate.md +++ b/content/donate.md @@ -1,5 +1,7 @@ --- title: "Donate" +date: 2022-07-16 +lastmod: 2022-07-21 --- The domain costs us $12/year to renew from Google. We got our repository hosted for free on GitHub. We got our site hosted for free with Firebase. It costs Tommy ~$20/month to run the mail server, but that server is used for a bunch of his projects, not just PrivSec, and we doubt it will be used that much anyways. The point is, this website does not cost much to run, and as such we will not be accepting donation as a project. diff --git a/content/privacy.md b/content/privacy.md index 332b7dd..d84d2a8 100644 --- a/content/privacy.md +++ b/content/privacy.md @@ -1,5 +1,7 @@ --- title: "Privacy Policy" +date: 2022-07-18 +lastmod: 2022-07-21 --- PrivSec.dev as a project does not collect any personal information. We do not log your IPs, collect your fingerprints, or run any sort of analytics on you. In sort, we do not care who you are, what you do, or how you are using our website. It is none of our business. @@ -12,9 +14,9 @@ Services like Disqus, Instagram, and Google Analytics are disabled. We do link t ## Hosting Provider -We use Google Domains, Google DNS, and Google Firebase Hosting to run our website. We turn Google Analytics off for our project, so it should not collect any data on you. +We use Google Domains, Google DNS. We host our website on Netlify, who in turn uses CloudFront as a Content Delivery Network. We turn Netlify Analytics off for our project, so we do not have any information about you. -For the Privacy Policy of Firebase Hosting, please check out [this link](https://firebase.google.com/support/privacy). +Netlify does store your IP address and access logs for less than 30 days. Please check out [this link](https://www.netlify.com/gdpr-ccpa/) for their policy regarding this. Their general privacy policy can be found [here](https://www.netlify.com/gdpr-ccpa/). ## Git Repository @@ -32,4 +34,5 @@ Direct or private messages with individuals are end to end encrypted by default. ## Email -Our mail server is hosted by Tommy on his own Dedicated Server colocated in the United Kingdom. Many of us use our @privsec.dev email as an alias and forward it to another email provider. The privacy of your emails with us is the same as with any other person you communicate with using this protocol - the hosting providers can read all of your conversations with us unless you are using PGP, and even when you use PGP there is no metadata protection. \ No newline at end of file +Our mail server is hosted by Tommy on his own Dedicated Server colocated in the United Kingdom. Many of us use our @privsec.dev email as an alias and forward it to another email provider. The privacy of your emails with us is the same as with any other person you communicate with using this protocol - the hosting providers can read all of your conversations with us unless you are using PGP, and even when you use PGP there is no metadata protection. + diff --git a/content/search.md b/content/search.md index 3d2fadc..2f41765 100644 --- a/content/search.md +++ b/content/search.md @@ -3,6 +3,6 @@ title: "Search" # in any language you want layout: "search" # is necessary # url: "/archive" # description: "Description for Search" -summary: "search" +summary: "Search" placeholder: "Enter your search query" --- \ No newline at end of file