diff --git a/README.md b/README.md index 6eebd0c..29aa69b 100644 --- a/README.md +++ b/README.md @@ -340,7 +340,7 @@ Formatting / how to submit entries ("pull-requests") are explained in the footer ## Dossier Secrets * http://jtbxrtnye26o4a2a.onion/ - * http://www.journaldemontreal.com/dossiers-secrets :poop::poop::poop: (not HTTPS) + * http://www.journaldemontreal.com/dossiers-secrets :no_entry_sign: Not HTTPS ## DuckDuckGo @@ -456,7 +456,7 @@ Formatting / how to submit entries ("pull-requests") are explained in the footer ## McClatchy DC * http://zafull3et6muayeh.onion/ - * http://www.mcclatchydc.com/customer-service/contact-us/ :poop::poop::poop: (not HTTPS) + * http://www.mcclatchydc.com/customer-service/contact-us/ :no_entry_sign: Not HTTPS ## Meduza @@ -501,13 +501,13 @@ Formatting / how to submit entries ("pull-requests") are explained in the footer * http://icpozbs6r6yrwt67.onion/ * :thumbsup: 2018-07-09T22:40:55Z - * http://projects.newyorker.com/strongbox/ :poop::poop::poop: (not HTTPS) + * http://projects.newyorker.com/strongbox/ :no_entry_sign: Not HTTPS ## Oregonian * http://a5gvhrpulvq33b3q.onion/ * :sos: 2018-07-09T22:34:30Z - * http://projects.oregonlive.com/securedrop/ :poop::poop::poop: (not HTTPS) + * http://projects.oregonlive.com/securedrop/ :no_entry_sign: Not HTTPS ## POGO / Project On Government Oversight diff --git a/walk.pl b/walk.pl index a67f26b..bf85ac0 100755 --- a/walk.pl +++ b/walk.pl @@ -108,7 +108,7 @@ foreach $catname (sort keys %tree) { } foreach my $line (@{$onion->{proof}}) { print " * $line"; - print " :poop::poop::poop: (not HTTPS)" if ($line !~ m!https://!); + print " :no_entry_sign: Not HTTPS" if ($line !~ m!https://!); print "\n"; } print "\n";