Update foodforus.py
Force HTTPS to fix issues caused by HSTS
This commit is contained in:
committed by
mutantmonkey
parent
0490ede283
commit
83b286e8af
@@ -9,7 +9,7 @@ import hashlib
|
||||
import json
|
||||
import web
|
||||
|
||||
API_URL = 'http://foodfor.vtluug.org'
|
||||
API_URL = 'https://foodfor.vtluug.org'
|
||||
|
||||
|
||||
def _sign_vote(api_key, args):
|
||||
|
||||
Reference in New Issue
Block a user