diff --git a/config/env/torrents.js b/config/env/torrents.js
index 3645a28e..b8fbf77e 100644
--- a/config/env/torrents.js
+++ b/config/env/torrents.js
@@ -975,12 +975,12 @@ module.exports = {
tmdbHome: 'https://www.themoviedb.org',
tmdbMovieLinkUrl: 'https://www.themoviedb.org/movie/',
tmdbTvserialLinkUrl: 'https://www.themoviedb.org/tv/',
- backdropImgBaseUrl: 'http://image.tmdb.org/t/p/w1280',
- backdropImgBaseUrl_300: 'http://image.tmdb.org/t/p/w300',
- backdropImgBaseUrl_780: 'http://image.tmdb.org/t/p/w780',
- posterImgBaseUrl: 'http://image.tmdb.org/t/p/w500',
- posterListBaseUrl: 'http://image.tmdb.org/t/p/w92',
- castImgBaseUrl: 'http://image.tmdb.org/t/p/w132_and_h132_bestv2'
+ backdropImgBaseUrl: 'https://image.tmdb.org/t/p/w1280',
+ backdropImgBaseUrl_300: 'https://image.tmdb.org/t/p/w300',
+ backdropImgBaseUrl_780: 'https://image.tmdb.org/t/p/w780',
+ posterImgBaseUrl: 'https://image.tmdb.org/t/p/w500',
+ posterListBaseUrl: 'https://image.tmdb.org/t/p/w92',
+ castImgBaseUrl: 'https://image.tmdb.org/t/p/w132_and_h132_bestv2'
},
/**
@@ -991,7 +991,7 @@ module.exports = {
* @imdbLinkUrl: linked url, will nav to imdb website
*/
imdbConfig: {
- imdbLinkUrl: 'http://www.imdb.com/title/'
+ imdbLinkUrl: 'https://www.imdb.com/title/'
},
/**
diff --git a/modules/core/client/less/home.less b/modules/core/client/less/home.less
index e357f687..94d749da 100644
--- a/modules/core/client/less/home.less
+++ b/modules/core/client/less/home.less
@@ -102,7 +102,7 @@
.home_vip_info {
background-color: #f7f7f7;
- background-image: url("http://image.tmdb.org/t/p/w1280/wwPWKRteE3vxTMta2IxdRgEhYsq.jpg");
+ background-image: url("https://image.tmdb.org/t/p/w1280/wwPWKRteE3vxTMta2IxdRgEhYsq.jpg");
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
diff --git a/modules/torrents/client/views/view-torrent.client.view.html b/modules/torrents/client/views/view-torrent.client.view.html
index 438d0e76..5f918382 100644
--- a/modules/torrents/client/views/view-torrent.client.view.html
+++ b/modules/torrents/client/views/view-torrent.client.view.html
@@ -502,7 +502,7 @@
+ on-error-src="https://image.tmdb.org/t/p/w1280/5pAGnkFYSsFJ99ZxDIYnhQbQFXs.jpg">