mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2024-10-01 01:06:18 -04:00
commit:
This commit is contained in:
parent
8ade100033
commit
1cb1c16a9c
@ -340,7 +340,7 @@ Formatting / how to submit entries ("pull-requests") are explained in the footer
|
|||||||
## Dossier Secrets
|
## Dossier Secrets
|
||||||
|
|
||||||
* http://jtbxrtnye26o4a2a.onion/
|
* http://jtbxrtnye26o4a2a.onion/
|
||||||
* http://www.journaldemontreal.com/dossiers-secrets :poop:
|
* http://www.journaldemontreal.com/dossiers-secrets :poop::poop::poop: (not HTTPS)
|
||||||
|
|
||||||
## DuckDuckGo
|
## DuckDuckGo
|
||||||
|
|
||||||
@ -456,7 +456,7 @@ Formatting / how to submit entries ("pull-requests") are explained in the footer
|
|||||||
## McClatchy DC
|
## McClatchy DC
|
||||||
|
|
||||||
* http://zafull3et6muayeh.onion/
|
* 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
|
## Meduza
|
||||||
|
|
||||||
@ -501,13 +501,13 @@ Formatting / how to submit entries ("pull-requests") are explained in the footer
|
|||||||
|
|
||||||
* http://icpozbs6r6yrwt67.onion/
|
* http://icpozbs6r6yrwt67.onion/
|
||||||
* :thumbsup: 2018-07-09T22:40:55Z
|
* :thumbsup: 2018-07-09T22:40:55Z
|
||||||
* http://projects.newyorker.com/strongbox/ :poop:
|
* http://projects.newyorker.com/strongbox/ :poop::poop::poop: (not HTTPS)
|
||||||
|
|
||||||
## Oregonian
|
## Oregonian
|
||||||
|
|
||||||
* http://a5gvhrpulvq33b3q.onion/
|
* http://a5gvhrpulvq33b3q.onion/
|
||||||
* :sos: 2018-07-09T22:34:30Z
|
* :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
|
## POGO / Project On Government Oversight
|
||||||
|
|
||||||
|
2
walk.pl
2
walk.pl
@ -108,7 +108,7 @@ foreach $catname (sort keys %tree) {
|
|||||||
}
|
}
|
||||||
foreach my $line (@{$onion->{proof}}) {
|
foreach my $line (@{$onion->{proof}}) {
|
||||||
print " * $line";
|
print " * $line";
|
||||||
print " :poop:" if ($line !~ m!https://!);
|
print " :poop::poop::poop: (not HTTPS)" if ($line !~ m!https://!);
|
||||||
print "\n";
|
print "\n";
|
||||||
}
|
}
|
||||||
print "\n";
|
print "\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user