ssl - google translate not showing up when https is used in url -


for reason when go url https://www.improvementskills.org/index.cfm google translate not show up, when go http://www.improvementskills.org/index.cfm works fine. know issue ssl , having https. know problem , how fix it. thanks!

you loading google's javascript http url, when page served https. browser rejects that, because it's insecure include non-https content in https page.

you need this:

<script type="text/javascript" src="//translate.google.com/... 

rather specifying url http://translate.google.com/... starting url @ double-slash, browser use whichever of http or https page using.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -