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:
parent
f3c67586dc
commit
d2e63dfc64
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue