mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2025-12-17 17:04:00 -05:00
auto-update on Tue Jun 1 22:26:38 UTC 2021
This commit is contained in:
parent
66a65803cf
commit
e0d4dc89c2
3 changed files with 198 additions and 177 deletions
|
|
@ -12,10 +12,7 @@ fieldnames = "legacy flaky category site_name onion_name onion_addr onion_url pr
|
|||
def xx(thing, key): return thing.get(key, '')
|
||||
|
||||
def push(stack, entry):
|
||||
if entry['latest_scan']['forces_https']:
|
||||
method = 'https'
|
||||
else:
|
||||
method = 'http'
|
||||
method = 'http' # this needs some discussion with Securedrop
|
||||
result = dict()
|
||||
result['legacy'] = 'FALSE'
|
||||
result['flaky'] = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue