jsonresume / registry-server

This repo is deprecated in favor of https://github.com/jsonresume/registry-functions
https://github.com/jsonresume/registry-functions
MIT License
95 stars 46 forks source link

Remove clownflare dependency for email obfuscation #108

Open pke opened 4 years ago

pke commented 4 years ago

Clownflare is notorious for failing in the past and being a bad citizen in the Internet in general by blocking TOR:

  1. Outage
  2. DNS Outage
  3. Cloudbleed
  4. Heartbleed Eploitable

We should find another way to obfuscate the email address without depending on those amateurs.

Suncatcher commented 4 years ago

And how email obfuscation is being done now? I see that my number is in plain text

pke commented 4 years ago

And the telephone number should be obfuscated too, yes. Maybe rendering it on a canvas? Having it encrypted in the resume page source using the users ssh key (https://github.com/pke.keys)?

Suncatcher commented 4 years ago

So obfuscation is a feature request, it is not implemented yet?