From 7dd451c3b6ed96243972045784085f23480e0f30 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Sat, 21 Apr 2018 20:37:53 +0200 Subject: [PATCH] Increase score for HTTPS --- spider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spider.py b/spider.py index 6a318ef..0bd838a 100644 --- a/spider.py +++ b/spider.py @@ -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