Msaraviar Posted July 5, 2019 Report Posted July 5, 2019 Image my page has a bug which does not allow me to access the content, and also tells me that the website is not safe, as it appears in the image, what can I do ?, I count with icrew Quote
flyalaska Posted July 6, 2019 Report Posted July 6, 2019 Looks like you have images or internal links linked to http and not https. Quote
magicflyer Posted July 6, 2019 Report Posted July 6, 2019 When linking external images or scripts on the header of your site, be sure to use the following format: <img src="//site.com" /> Rather than: <img src="http://site.com" /> This insures that the client selects the most appropriate network protocol. In other words, if your site is https then external links should only use the https protocol. Some web browsers also prevent cross-protocols from loading on the same page, so it cloud explain why you're missing styling or animations on the site. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.