xles / hyphenator

Automatically exported from code.google.com/p/hyphenator
GNU General Public License v3.0
0 stars 0 forks source link

No SSL-Connection on fallback #201

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
Thanks.

The Bookmarklet has to be changed, too.

Fixed in r1254

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

GoogleCodeExporter commented 9 years ago
Thanks. You left the console log, fyi. 

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