giandonatoinverso / PHP-Dynamic-Qr-code

PHP Dynamic Qr code is a script that allows the generation and saving of dynamic and static QR codes
MIT License
268 stars 76 forks source link

fix: mixed content blocked for http and https #91

Closed tranmh closed 7 months ago

tranmh commented 7 months ago

Otherwise you would see this in console of a browser:

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.

Thx.

giandonatoinverso commented 7 months ago

Thank you