Jump to content

web no security


Msaraviar

Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...