From 1cb1c16a9cf38c7ded00539a930e821afdb6369d Mon Sep 17 00:00:00 2001 From: Alec Muffett Date: Tue, 10 Jul 2018 00:04:52 +0100 Subject: [PATCH] commit: --- README.md | 8 ++++---- walk.pl | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f714b35..6eebd0c 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: + * http://www.journaldemontreal.com/dossiers-secrets :poop::poop::poop: (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: + * http://www.mcclatchydc.com/customer-service/contact-us/ :poop::poop::poop: (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: + * http://projects.newyorker.com/strongbox/ :poop::poop::poop: (not HTTPS) ## Oregonian * http://a5gvhrpulvq33b3q.onion/ * :sos: 2018-07-09T22:34:30Z - * http://projects.oregonlive.com/securedrop/ :poop: + * http://projects.oregonlive.com/securedrop/ :poop::poop::poop: (not HTTPS) ## POGO / Project On Government Oversight diff --git a/walk.pl b/walk.pl index e114c67..a67f26b 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:" if ($line !~ m!https://!); + print " :poop::poop::poop: (not HTTPS)" if ($line !~ m!https://!); print "\n"; } print "\n";