This URL: https://slowapi.com
I can't find the insecure content and the Chrome keeps complaining,
Any ideas?
Just right-click the Google Chrome icon on your desktop, or inside the Windows Start Menu, choose Properties and add the switch “—allow-running-insecure-content” to the target box. Restart Chrome to apply the changes and you won't see that yellow bar again.
One way to do it is to load the content server side and save the images and other things to your server and display them from https. You can also try using a service like embed.ly and get the content through them. They have support for getting the content behind https.
Update the links via adding a meta tag like below
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
Note: This is a hot fix when you update your production from non-ssl to ssl, anyway you have to fix all the links one by one to https.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With