diff --git a/02-footnotes.md b/02-footnotes.md index 65c0d79..fad56fe 100644 --- a/02-footnotes.md +++ b/02-footnotes.md @@ -19,7 +19,7 @@ - :exclamation: same as :sos: but curl specifically mentioned inability to connect to the server - :alarm_clock: same as :sos: but curl specifically mentioned connection timeout as an issue - :timer_clock: same as :sos: but curl specifically mentioned ttl expiry as an issue -- :boom: same as :sos: but curl specifically mentioned SSL certificates as an issue +- :key: same as :sos: but curl specifically mentioned SSL certificates as an issue - :new: site is newly added, no data yet You can also see the [history of updates](https://github.com/alecmuffett/real-world-onion-sites/commits/master/README.md). diff --git a/README.md b/README.md index 6d87e1f..a0de03c 100644 --- a/README.md +++ b/README.md @@ -905,7 +905,7 @@ You can find techical details and the legend/key for symbols in the [footnotes s * link: [https://hzwjmjimhr7bdmfv2doll4upibt5ojjmpo3pbp5ctwcg37n3hyk7qzid.onion/](https://hzwjmjimhr7bdmfv2doll4upibt5ojjmpo3pbp5ctwcg37n3hyk7qzid.onion/) * plain: `https://hzwjmjimhr7bdmfv2doll4upibt5ojjmpo3pbp5ctwcg37n3hyk7qzid.onion/` * proof: :lock: see tls/ssl certificate -* check: :white_check_mark::white_check_mark::white_check_mark::white_check_mark::white_check_mark::white_check_mark::white_check_mark::boom::boom::boom::boom::boom::boom::boom: +* check: :white_check_mark::white_check_mark::white_check_mark::white_check_mark::white_check_mark::white_check_mark::white_check_mark::key::key::key::key::key::key::key: ### [DEF CON Groups](http://jrw32khnmfehvdsvwdf34mywoqj5emvxh4mzbkls6jk2cb3thcgz6nid.onion/) * transport: :small_red_triangle: **HTTP** @@ -1418,7 +1418,7 @@ These sites have apparently stopped responding. - :exclamation: same as :sos: but curl specifically mentioned inability to connect to the server - :alarm_clock: same as :sos: but curl specifically mentioned connection timeout as an issue - :timer_clock: same as :sos: but curl specifically mentioned ttl expiry as an issue -- :boom: same as :sos: but curl specifically mentioned SSL certificates as an issue +- :key: same as :sos: but curl specifically mentioned SSL certificates as an issue - :new: site is newly added, no data yet You can also see the [history of updates](https://github.com/alecmuffett/real-world-onion-sites/commits/master/README.md). diff --git a/rwos-db.py b/rwos-db.py index 24bc473..f2cc8e4 100755 --- a/rwos-db.py +++ b/rwos-db.py @@ -38,7 +38,7 @@ EMOJI_2xx = ':white_check_mark:' EMOJI_3xx = ':eight_spoked_asterisk:' EMOJI_4xx = ':no_entry_sign:' EMOJI_5xx = ':stop_sign:' -EMOJI_BAD_CERT = ':boom:' +EMOJI_BAD_CERT = ':key:' EMOJI_DEAD = ':sos:' EMOJI_NO_CONN = ':exclamation:' EMOJI_NO_DATA = ':new:'