This commit is contained in:
Alec Muffett 2018-07-10 00:04:52 +01:00
parent 8ade100033
commit 1cb1c16a9c
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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";