Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Http link to a js on Chrome while on https #305
Comments
saivann
closed this
in
40ea86d
Jan 31, 2014
|
Thanks, I just tested and the issue should now be fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HostFat commentedJan 31, 2014
On this page:
https://bitcoin.org/it/scegli-il-tuo-portafoglio
There is a call for this js code:
http://hyphenator.googlecode.com/svn/trunk/patterns/it.js
This is blocked on Chrome by default because it's a call to an http while the connection comes from https.
"It hides some italian text."
You can find it with the javacript console on Chome.
The correct fix is simply calling this link instead:
https://hyphenator.googlecode.com/svn/trunk/patterns/it.js
I suppose that this problem is present also on other not-english pages.