A checklist for staying safe on the internet.
In the interest of maintaining fewer services, codebases, and domains, I've integrated this project into my personal website. View the live project at brianlovin.com/security.
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.
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.
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.
$ git clone git@github.com:brianlovin/security-checklist.git
$ cd security-checklist
$ npm install
$ npm run dev
http://localhost:3000
You can deploy this project yourself with ZEIT + Now by configuring now.json
and running $ now
.
Please open issues at any time for general feedback, or you can reach me directly at hi@brianlovin.com.