A checklist for staying safe on the internet https://brianlovin.com/security
Find a file
2019-01-13 12:49:27 -08:00
components Better logo 2019-01-13 12:30:54 -08:00
config SEO, metatags, og image, favicon 2019-01-13 12:31:51 -08:00
cypress Initial code copied from brianlovin.com 2019-01-12 17:52:43 -08:00
flow-typed/npm Initial code copied from brianlovin.com 2019-01-12 17:52:43 -08:00
lib Initial code copied from brianlovin.com 2019-01-12 17:52:43 -08:00
pages SEO, metatags, og image, favicon 2019-01-13 12:31:51 -08:00
static Better og image for shares 2019-01-13 12:49:27 -08:00
types Fix flow 2019-01-12 23:06:55 -08:00
.babelrc Fix ci 2019-01-12 18:11:03 -08:00
.eslintrc.json Initial code copied from brianlovin.com 2019-01-12 17:52:43 -08:00
.flowconfig Initial code copied from brianlovin.com 2019-01-12 17:52:43 -08:00
.gitignore Initial code copied from brianlovin.com 2019-01-12 17:52:43 -08:00
.prettierrc.json Initial code copied from brianlovin.com 2019-01-12 17:52:43 -08:00
.travis.yml Initial code copied from brianlovin.com 2019-01-12 17:52:43 -08:00
cypress.json Initial code copied from brianlovin.com 2019-01-12 17:52:43 -08:00
LICENSE Initial commit 2019-01-12 16:47:16 -08:00
next.config.js Initial code copied from brianlovin.com 2019-01-12 17:52:43 -08:00
now.json Fix now.json 2019-01-12 18:13:27 -08:00
package-lock.json Initial pass at content 2019-01-13 12:12:45 -08:00
package.json Initial pass at content 2019-01-13 12:12:45 -08:00
README.md Readme 2019-01-13 12:41:49 -08:00

Security checklist

A checklist for staying safe on the internet.

Motivation

This project is the result of a conversation started during a recent episode of the Design Details Podcast and a subsequent tweet by Michael Knepprath.

Contributing

This project should be considered a living document of resources and applications that improve people's digital security and privacy. Contributions, edits, and extensions are welcome!

If you have resources to add to existing sections, please open a pull request.

  • Aim for reputable sources for guides and new coverage
  • If adding an app, please include links to as many platforms as possible. See config/*.js for examples of how data is formatted.

If you would like to create a new category of security and privacy resources, please open an issue first with your proposed category. Please explain why this additional category should stand alone from other existing sections.

Run this locally

  1. $ git clone git@github.com:brianlovin/security-checklist.git
  2. $ cd security-checklist
  3. $ npm install
  4. $ npm run dev
  5. View the running app in your browser at http://localhost:3000
  6. Optional: deploy this yourself with ZEIT + Now by configuring now.json and running $ now

Feedback

Please open issues at any time for general feedback, or you can reach me directly at hi@brianlovin.com.