CaptchaFox for WordPress

描述

CaptchaFox defends and safeguards your website against automated attacks such as account takeover, spam, scalping, and web scraping, while adhering to EU data protection regulations.

It utilizes a variety of data signals and challenges to verify the authenticity of the user without the use of cookies or trackers.
The challenges have low friction and are easily solvable for humans, but difficult for bots. With the one-click challenge, legitimate users don’t even know they’re being challenged.

This plugin comes with out-of-the-box support for popular form plugins, such as Contact Forms 7, WPForms, Woocommerce, Mailchimp, and more. Therefore, no developer experience is required.

To get started, login or create an account at portal.captchafox.com and locate your keys.
See the available plans and pricing for more advanced features and additional support.

Supported Forms and Plugins

  • WordPress Login
  • WordPress Registration
  • WordPress Password Reset
  • WordPress Comments
  • Elementor Forms
  • Gravity Forms
  • WP Forms Lite
  • Contact Form 7
  • Ninja Forms
  • Ninja Forms Multi Step
  • Woocommerce Checkout
  • Woocommerce Login
  • Woocommerce Registration
  • Woocommerce Password Reset
  • Mailchimp for WordPress
  • Forminator
  • BBPress New Topic
  • BBPress Reply
  • Otter Blocks
  • Fluent Forms
  • Avada Forms

Privacy Notices

CaptchaFox is compliant with various privacy laws, such as GDPR, CCPA, and others.

This plugin does not use cookies, track users, store personal data or communicate with external services that are not required for verification.

Once the plugin is activated, the CaptchaFox service may receive the user’s IP address and browser vendor data while protecting enabled pages. However, CaptchaFox is designed to reduce the use of data and to dispose of it as soon as the verification request is processed.

To learn more, please read the privacy policy at captchafox.com/privacy.

螢幕截圖

  • WordPress Login
  • WordPress Comment
  • Contact Form
  • General Settings
  • Manage Plugins

安裝

  1. Install the plugin via the WordPress.org plugin repository or upload the captchafox-for-forms folder to the /wp-content/plugins/ directory.
  2. Activate the plugin on the Plugins page (Plugins > Installed Plugins).
  3. Enter your Site Key and Secret Key in the General settings tab (Settings > CaptchaFox)
  4. Enable CaptchaFox for your installed form plugins (Settings > CaptchaFox > Plugins)

常見問題

Where do I find my keys?

You can find your site key and secret key in the Portal.

How to set the widget options programmatically?

You can use the following filters to override the language, theme and mode:
– capf_language
– capf_theme
– capf_mode

Example

/**
* Filters the CaptchaFox language setting.
*
* @param string $language Language.
*/
function set_custom_language( $language ) {
  return 'YOUR_LANGUAGE_CODE'; // see https://docs.captchafox.com/language-codes for available codes
}

add_filter( 'capf_language', 'set_custom_language' );

Where can I learn more about CaptchaFox?

Visit the website to find more information about CaptchaFox.

評價

2024年8月1日 1 reply
When activate a plugin, you could see a settings with “Configure the settings for the CaptchaFox widget. Don’t have a site key? Click here to create an account”. And it linked to a dead link “portal.captchafox.com” (not working URL). This plugin has too simple settings, and no helpful document to make it works. 2 first 5 stars reviews seems was fake by their team which violates a rule of WordPress community.
2024年1月8日
I needed a GDPR-compliant solution and captcha fox fully meets this requirement. The setup was easy and it runs flawlessly. In some quick tests I did, it was effective at detecting automated requests, such as bots.
2023年12月27日
We needed a privacy-compliant alternative to reCaptcha and CaptchaFox ticked all the boxes. It protects us from spam and bots without any problems. Highly recommended if you are looking to switch.
閱讀全部3個評價

貢獻者及開發者

“CaptchaFox for WordPress” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

CaptchaFox for WordPress 外掛目前已有 1 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 CaptchaFox for WordPress 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.10.1

  • Fix WPForms checkbox on the settings page

1.10.0

  • Support Gravity Forms

1.9.0

  • Add filters to override options programmatically

1.8.0

  • Support Elementor Forms

1.7.0

  • Tested on WooCommerce 9.0
  • Tested on WordPress 6.6
  • Fix widget not appearing on WordPress register page

1.6.0

  • Tested on WooCommerce 8.7
  • Support Avada Forms

1.5.0

  • Support Fluent Forms

1.4.0

  • Tested on WooCommerce 8.6
  • Tested on WordPress 6.5

1.3.0

  • Tested on WooCommerce 8.5
  • Support Ninja Forms Multi Step
  • Add theme option

1.2.0

  • Add support for Otter Blocks

1.1.0

  • Add support for NinjaForms

1.0.0

  • Plugin Created