diff options
author | Álvaro Brey <alvaro.brv@gmail.com> | 2017-07-03 20:02:26 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-07-13 09:44:43 +0200 |
commit | ffd776b2472c06292f349388f8b6118af56c64e5 (patch) | |
tree | d4444ac93ca5baad2d7118413fa71ab9ba99404a | |
parent | 317c8b61dd2a9333576d8da9a491b10ca1e9c907 (diff) |
gps.conf: use HTTPS for XTRA downloads
Change-Id: I5e999cd96327889560a6535ec8bfe6e161fd6f92
-rw-r--r-- | gps/etc/gps.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gps/etc/gps.conf b/gps/etc/gps.conf index 2643dbe..cf7743e 100644 --- a/gps/etc/gps.conf +++ b/gps/etc/gps.conf @@ -1,8 +1,8 @@ #Uncommenting these urls would only enable #the power up auto injection and force injection(test case). -XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin -XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin -XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin +XTRA_SERVER_1=https://xtrapath1.izatcloud.net/xtra3grc.bin +XTRA_SERVER_2=https://xtrapath2.izatcloud.net/xtra3grc.bin +XTRA_SERVER_3=https://xtrapath3.izatcloud.net/xtra3grc.bin #Version check for XTRA #DISABLE = 0 |