additional_plugins/serendipity_event_recaptcha
Andre Pawlowski 88316697e2 Update serendipity_event_recaptcha.php
Try to auto-detect if site is served via HTTPS or HTTP. The original version requests the captcha via HTTP. So if the site is served via HTTPS, the browser will block this attempt and no captcha will be shown on the site.

It is not a perfect solution (a better one would be to let the user configure it), since it would not detect the correct value if the webserver is behind a proxy (the proxy serves the site via HTTPS and the webserver via HTTP to the proxy). But this solution will work in most of the cases until a serendipity developer can add an extra configuration option.
2015-11-27 23:25:37 +01:00
..
recaptcha Added parameters to html_entity_decode() and htmlentities(). 2014-11-29 12:18:56 +01:00
UTF-8 the other half of da04025 2014-11-29 15:51:17 +01:00
ChangeLog Migrate plugins 2011-12-13 12:29:05 +01:00
documentation_cs.html line endings in czech files changed to unix style 2013-12-27 17:58:04 +01:00
documentation_cz.html line endings in czech files changed to unix style 2013-12-27 17:58:04 +01:00
lang_cs.inc.php czech translations - removed leading slash from first line (introduced erroneously in previous commit) 2013-12-28 21:43:44 +01:00
lang_cz.inc.php czech translations - removed leading slash from first line (introduced erroneously in previous commit) 2013-12-28 21:43:44 +01:00
lang_de.inc.php also remove $Revision$ 2013-08-12 10:27:53 +02:00
lang_en.inc.php also remove $Revision$ 2013-08-12 10:27:53 +02:00
serendipity_event_recaptcha.php Update serendipity_event_recaptcha.php 2015-11-27 23:25:37 +01:00