mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Move Mapquest-Geocoding to HTTPS
This commit is contained in:
@@ -71,7 +71,7 @@ class GeoCodeView(LoginRequiredMixin, View):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
r = requests.get(
|
r = requests.get(
|
||||||
'http://www.mapquestapi.com/geocoding/v1/address?location={}&key={}'.format(
|
'https://www.mapquestapi.com/geocoding/v1/address?location={}&key={}'.format(
|
||||||
quote(q), gs.settings.mapquest_apikey
|
quote(q), gs.settings.mapquest_apikey
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user