diff --git a/src/mibew/libs/classes/Mibew/Controller/Chat/StyleController.php b/src/mibew/libs/classes/Mibew/Controller/Chat/StyleController.php index 0e903250..7bc1defc 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'); }