Use HTTPS for libchromiumcontent's URL

Without using the subdomain we should be able to work around the domain
license problem of python.
This commit is contained in:
Cheng Zhao 2015-12-09 18:14:37 +08:00
parent f3c67586dc
commit d2e63dfc64

View file

@ -7,7 +7,7 @@ import sys
BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
'http://github-janky-artifacts.s3.amazonaws.com/libchromiumcontent'
'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'
LIBCHROMIUMCONTENT_COMMIT = 'cfbe8ec7e14af4cabd1474386f54e197db1f7ac1'
PLATFORM = {