Page 1 of 1

change themoviedb image url to use https

Posted: 13 Nov 2017, 21:05
by kim
please change
from

Code: Select all

base_url "http://image.tmdb.org/t/p/"
to

Code: Select all

secure_base_url "https://image.tmdb.org/t/p/"
https://developers.themoviedb.org/3/con ... figuration

Re: change themoviedb image url to use https

Posted: 13 Nov 2017, 22:14
by rednoah
Done. Please try r5241 tomorrow.