From 3b78516ef2436eda17c1e14844f8b12a8f03ba2c Mon Sep 17 00:00:00 2001 From: Fernando Matos Date: Sat, 26 Dec 2020 19:32:17 -0300 Subject: [PATCH] Add SSL on external image requests of items and outfits (#145) --- config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index b1f77819..0d267083 100644 --- a/config.php +++ b/config.php @@ -85,9 +85,9 @@ $config = array( ), // images - 'outfit_images_url' => 'http://outfit-images.ots.me/outfit.php', // set to animoutfit.php for animated outfit + 'outfit_images_url' => 'https://outfit-images.ots.me/outfit.php', // set to animoutfit.php for animated outfit 'outfit_images_wrong_looktypes' => [75, 126, 127, 266, 302], // this looktypes needs to have different margin-top and margin-left because they are wrong positioned - 'item_images_url' => 'http://item-images.ots.me/1092/', // set to images/items if you host your own items in images folder + 'item_images_url' => 'https://item-images.ots.me/1092/', // set to images/items if you host your own items in images folder 'item_images_extension' => '.gif', // account