jakub-dk Posted February 15, 2019 Share Posted February 15, 2019 (edited) Hello, I have a problem with the "Unsafe loaded script" on my shop / Prestashop 1.6 / https://www.art4gift.com I found this cold be wrong stylesheet section - try to download files from unsecure link "http://..." From the Chrome console: Mixed Content: The page at 'https://www.art4gift.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://www.art4gift.com/js/jquery/plugins/fancybox/jquery.fancybox.css'. This request has been blocked; the content must be served over HTTPS. (index):1 Mixed Content: The page at 'https://www.art4gift.com/' was loaded over HTTPS, but requested an insecure script 'http://www.art4gift.com/js/jquery/plugins/fancybox/jquery.fancybox.js'. This request has been blocked; the content must be served over HTTPS. (index):1 Mixed Content: The page at 'https://www.art4gift.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://www.art4gift.com/js/jquery/plugins/fancybox/jquery.fancybox.css'. This request has been blocked; the content must be served over HTTPS. So, I need to change some url's but I really don't know where I can find the files for a modification. I will be very grateful for any help with the topic! Regards, Jakub Edited February 15, 2019 by jakub-dk (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted February 15, 2019 Share Posted February 15, 2019 Check header.tpl and see if you are including those files manually with http. If so, you can just hardcode https Link to comment Share on other sites More sharing options...
jakub-dk Posted February 15, 2019 Author Share Posted February 15, 2019 No exist any "http://.." on the header.tpl Link to comment Share on other sites More sharing options...
tdsoft Posted February 16, 2019 Share Posted February 16, 2019 You can check 2 filed: css\retro-compat.css.php js\retro-compat.js.php Because there 2 files loaded Fancybox into Prestashop Website. Also try to hidden module: hifacebookconnect, and another Cache module because Link to Fancybox in Prestashop Core is /js/jquery/plugins/fancybox/jquery.fancybox.js No https://www.art4gift.com/js/jquery/plugins/fancybox/jquery.fancybox.js Link to comment Share on other sites More sharing options...
jakub-dk Posted February 16, 2019 Author Share Posted February 16, 2019 Module "hifacebookconnect" now is Disabled, checked files retro-compact.css.php and retro-compact.js.php - no link inside the code. Problem still exists Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now