ascott1/ethical-web-dev

Title 3: Security & Privacy

ascott1 opened this issue · 4 comments

Potential titles

  • Building Apps that Respect A User's Privacy
  • Security & Privacy

Table of contents (draft)

  • Series introduction
  • https
  • Web tracking
    • Introduction
    • Browser "do not track"
    • Detecting "do no track"
    • Establishing a "do not track" policy
  • Web application security best practices
  • Conclusion, tips, & tools

Some suggested resources when it comes to HTTPS:

In general, feel free to @ me in any tickets about it, and I'm always happy to offer suggestions and feedback as desired.

Thanks @konklone! I've been digging through the cio.gov site recently and it's fantastic.

I just laid out my outline for the https chapter and am going to be drafting it over the next week or two.

Here's the current plan:

  • Intro
  • How https works (quick overview of SSL/TLS)
  • Why use https (definitely going to dive into your blog post as support for this)
  • Implementing https
    • let's encrypt/certbot
    • other certificate options
  • Further reading

Awesome! Oh, and I remembered a couple more resources:

Excellent! Thank you!