Jump to content

Chrome "This page has insecure content." issue any fixes?


dflow

Recommended Posts

im getting

Chrome "This page has insecure content." issue any fixes?

i have mixed css and javascripts being called

for example

'<script type="text/javascript" src="http://bp.yahooapis.com/2.4.21/browserplus-min.js"></script>'.
'<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>'.

calling them with https doesn't work

very annoying  :wtf:

 

Link to comment
Share on other sites

Chrome "This page has insecure content." issue any fixes?

 

It means you have http links on a https page. Change it to (note the missing http:):

 

'<script type="text/javascript" src="//bp.yahooapis.com/2.4.21/browserplus-min.js"></script>'.
'<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>'.

Link to comment
Share on other sites

Chrome "This page has insecure content." issue any fixes?

 

It means you have http links on a https page. Change it to (note the missing http:):

 

'<script type="text/javascript" src="//bp.yahooapis.com/2.4.21/browserplus-min.js"></script>'.
'<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>'.

 

for example the yahoo api cannot be called with https

Link to comment
Share on other sites

  • 3 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

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.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.