Increase score for HTTPS

This commit is contained in:
Marian Steinbach 2018-04-21 20:37:53 +02:00
parent b530ebca46
commit 7dd451c3b6
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ def check_site(entry):
# HTTPS
for item in result['details']['urlchecks']:
if item['error'] is None and item['url'].startswith('https://'):
result['result']['HTTPS'] = {'value': True, 'score': 1}
result['result']['HTTPS'] = {'value': True, 'score': 2}
break
# WWW_OPTIONAL