Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No SSL-Connection on fallback #201

Closed
GoogleCodeExporter opened this issue Mar 12, 2015 · 2 comments
Closed

No SSL-Connection on fallback #201

GoogleCodeExporter opened this issue Mar 12, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. install hyphenator plugin in wordpress
2. update Hyphenator.js to recent/trunk
3. call a ssl-secured site

What is the expected output? What do you see instead?
Expected: No Security Warning, no mixed content.
Instead: Hyphenator loads another language-.js-file via http://

What version of the product are you using? On what operating system?
trunk, any os, not wordpress specific

Please provide any additional information below.

Change Line 118 of v4.2.0 to a protocol-relative URL.
http://code.google.com/p/hyphenator/source/browse/tags/Version%204.2.0/Hyphenato
r.js#188

Replace "http://" by just "//". Works for all browsers, auto-selects SSL if 
needed.

Original issue reported on code.google.com by bmarw...@gmail.com on 7 Aug 2014 at 12:44

@GoogleCodeExporter
Copy link
Author

Thanks.

The Bookmarklet has to be changed, too.

Fixed in r1254

Original comment by mathiasn...@gmail.com on 25 Sep 2014 at 2:29

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Thanks. You left the console log, fyi. 

Original comment by bmarw...@gmail.com on 25 Sep 2014 at 2:36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant