Kontaktformular-Schutz hinzugefuegt (v1.1.0)

This commit is contained in:
2026-09-21 19:24:33 +02:00
parent 18a7f3452b
commit 3c3a531525
+7 -2
View File
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<jtlshopplugin> <jtlshopplugin>
<Name>ALTCHA Spamschutz</Name> <Name>ALTCHA Spamschutz</Name>
<Description>Selbst gehosteter, quelloffener Spamschutz auf Basis des ALTCHA Proof-of-Work-Verfahrens (MIT-Lizenz). Schuetzt Registrierung und Newsletter-Anmeldung ohne Datenweitergabe an Dritte -- bewusst ohne Google reCAPTCHA und ohne Umleitung ueber Cloudflare oder aehnliche Dienste. Fuer beliebige JTL-Shop-5-Installationen geeignet.</Description> <Description>Selbst gehosteter, quelloffener Spamschutz auf Basis des ALTCHA Proof-of-Work-Verfahrens (MIT-Lizenz). Schuetzt Registrierung, Newsletter-Anmeldung und Kontaktformular ohne Datenweitergabe an Dritte -- bewusst ohne Google reCAPTCHA und ohne Umleitung ueber Cloudflare oder aehnliche Dienste. Fuer beliebige JTL-Shop-5-Installationen geeignet.</Description>
<Author>falk.plus</Author> <Author>falk.plus</Author>
<URL>https://falk.plus</URL> <URL>https://falk.plus</URL>
<PluginID>fp_altcha_spamschutz</PluginID> <PluginID>fp_altcha_spamschutz</PluginID>
<XMLVersion>101</XMLVersion> <XMLVersion>101</XMLVersion>
<MinShopVersion>5.2.0</MinShopVersion> <MinShopVersion>5.2.0</MinShopVersion>
<CreateDate>2026-09-21</CreateDate> <CreateDate>2026-09-21</CreateDate>
<Version>1.0.3</Version> <Version>1.1.0</Version>
<Install> <Install>
<FlushTags>CACHING_GROUP_TEMPLATE</FlushTags> <FlushTags>CACHING_GROUP_TEMPLATE</FlushTags>
<!-- Hooks werden nicht ueber XML, sondern modern per EventDispatcher in Bootstrap.php registriert. --> <!-- Hooks werden nicht ueber XML, sondern modern per EventDispatcher in Bootstrap.php registriert. -->
@@ -80,6 +80,11 @@
<Description>Sicherheitspruefung im Newsletter-Anmeldeformular (/Newsletter) aktivieren.</Description> <Description>Sicherheitspruefung im Newsletter-Anmeldeformular (/Newsletter) aktivieren.</Description>
<ValueName>fp_altcha_protect_newsletter</ValueName> <ValueName>fp_altcha_protect_newsletter</ValueName>
</Setting> </Setting>
<Setting type="checkbox" initialValue="on" sort="20" conf="Y">
<Name>Kontaktformular schuetzen</Name>
<Description>Sicherheitspruefung im Kontaktformular (/Kontakt) aktivieren.</Description>
<ValueName>fp_altcha_protect_contact</ValueName>
</Setting>
</Settingslink> </Settingslink>
<Settingslink sort="20"> <Settingslink sort="20">
<Name>Diagnose</Name> <Name>Diagnose</Name>