auto-update on Tue Jun 1 22:26:38 UTC 2021

This commit is contained in:
Alec Muffett 2021-06-01 22:26:38 +00:00
parent 66a65803cf
commit e0d4dc89c2
3 changed files with 198 additions and 177 deletions

View file

@ -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'] = ''