eliashaeussler / typo3-form-consent

🏁 Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form
https://docs.typo3.org/p/eliashaeussler/typo3-form-consent/main/en-us/
GNU General Public License v2.0
9 stars 2 forks source link

[BUG] automatic consent approval/dismissal by mail providers #238

Open avcfi opened 3 weeks ago

avcfi commented 3 weeks ago

TYPO3 version

11.5.37

PHP version

8.1.28

Extension version

2.2.0

Composer mode

Operating system

Unix

Current behavior

Receiving the approval/dismissal mail results in - in my case - Outlook testing the link and approving/dismissing the consent.

Expected behavior

The consent plugin should check for such testing behaviour and in such case not approve/dismiss the consent. Another way would be not to have a direct response but rather a second CTA on the requested page that explicitely approves/dismisses.

Steps to reproduce

  1. Submit a form using form_consent (preferably outlook mail)
  2. Open the consent mail and wait for the mail provider to check the link

Additional context

No response

Code of Conduct

eliashaeussler commented 2 weeks ago

Hi @avcfi, thanks for the issue. This is a totally valid use case and I'll definitely implement a solution for it. Unfortunately, my time is very limited at the moment, so it'll take a little bit until this is done.