Merge pull request #91 from tranmh/mixed_content_blocked

fix: mixed content blocked for http and https
This commit is contained in:
Giandonato Inverso
2024-02-28 14:16:21 +01:00
committed by GitHub
+1 -1
View File
@@ -5,7 +5,7 @@
<!-- Font Awesome Icons --> <!-- Font Awesome Icons -->
<link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css"> <link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css">
<!-- IonIcons --> <!-- IonIcons -->
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<!-- Theme style --> <!-- Theme style -->
<link rel="stylesheet" href="dist/css/adminlte.min.css"> <link rel="stylesheet" href="dist/css/adminlte.min.css">
<!-- Color picker --> <!-- Color picker -->