validate: use https

master
mutantmonkey 2016-03-06 14:19:40 -08:00
parent 347b9797c4
commit 64d7088adb
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ def val(phenny, input):
uri = 'http://' + uri
path = '/check?uri=%s;output=xml' % web.quote(uri)
info = web.head('http://validator.w3.org' + path)
info = web.head('https://validator.w3.org' + path)
result = uri + ' is '