From 2b6c8026595dd53b25267d5308b02930ad69e27f Mon Sep 17 00:00:00 2001 From: Minh Cuong Tran Date: Wed, 28 Feb 2024 13:55:44 +0100 Subject: [PATCH] fix mixed content blocked for http and https: Mixed Content: The page at 'https://localhost/qrcode/dynamic_qrcodes.php' was loaded over HTTPS, but requested an insecure stylesheet 'http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css'. This request has been blocked; the content must be served over HTTPS. --- src/includes/head.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/head.php b/src/includes/head.php index e38eae2..f120913 100644 --- a/src/includes/head.php +++ b/src/includes/head.php @@ -5,7 +5,7 @@ - +