diff --git a/src/mibew/libs/classes/Mibew/Controller/Chat/StyleController.php b/src/mibew/libs/classes/Mibew/Controller/Chat/StyleController.php index 9a1d53d1..534eb85f 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Chat/StyleController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Chat/StyleController.php @@ -52,7 +52,7 @@ class StyleController extends AbstractController $style->getFilesPath() . '/' . $configs['chat']['iframe']['css'], UrlGeneratorInterface::ABSOLUTE_URL ); - $response->setData($css); + $response->setData(str_replace("http","https",$css)) $response->setCallback('Mibew.Utils.loadStyleSheet'); }