faithcatholic/protected_email

字段格式化器,需要用户填写recaptcha表单才能查看电子邮件地址。

安装: 308

依赖项: 0

建议者: 0

安全: 0

星标: 2

关注者: 5

分支: 0

类型:drupal-module

3.0 2024-02-25 08:06 UTC

This package is auto-updated.

Last update: 2024-09-25 09:24:59 UTC


README

---SUMMARY---

Module aims to provide a field formatter for email fields which provide a captcha challenge AND honeypot
test to prevent bots from scraping email addresses.

---INSTALLATION---

Install as usual at /admin/extend. Grant the 'Skip protected email captcha' permission to roles that you
do NOT want to complete a captcha challenge to view email addresses. (Trusted roles.)

---USAGE---

1. Enable the module, as well as the captcha and honeypot dependency.

2. Enable email fields to use the protected_email module by setting field formatter displays to use
"Protected Email".

3. You may need to clear the Drupal cache in order to see the field formatter take effect.

---NOTES---

1. Does not work with Varnish caching because captcha breaks Varnish.

2. BigPipe may interfere with the widget hotlink.