Title: Reycob Form Firewall
Author: Victor Rodriguez
Published: <strong>ಸೆಪ್ಟೆಂಬರ್ 7, 2026</strong>
Last modified: ಸೆಪ್ಟೆಂಬರ್ 7, 2026

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

![](https://ps.w.org/reycob-form-firewall/assets/banner-772x250.png?rev=3684157)

![](https://ps.w.org/reycob-form-firewall/assets/icon-256x256.png?rev=3684157)

# Reycob Form Firewall

 ‍[Victor Rodriguez](https://profiles.wordpress.org/reycob38/) ಮೂಲಕ

[ಡೌನ್ಲೋಡ್](https://downloads.wordpress.org/plugin/reycob-form-firewall.1.3.3.zip)

 * [ವಿವರಗಳು](https://kn.wordpress.org/plugins/reycob-form-firewall/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/reycob-form-firewall/#reviews)
 *  [ಸ್ಥಾಪನೆ](https://kn.wordpress.org/plugins/reycob-form-firewall/#installation)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.wordpress.org/plugins/reycob-form-firewall/#developers)

 [ಬೆಂಬಲ](https://wordpress.org/support/plugin/reycob-form-firewall/)

## ವಿವರಣೆ

Reycob Form Firewall adds a lightweight protection layer for public forms without
using an external CAPTCHA service.

Main features:

 * Local math CAPTCHA loaded only when the visitor interacts with the checkbox.
 * Browser proof token, honeypot field, and origin validation for protected forms.
 * Rate limits per visitor and per endpoint.
 * Specific protection for WooCommerce product reviews against links, duplicated
   spam, and repeated abusive submissions.
 * Automatic exclusions for WooCommerce cart, checkout, payments, coupons, shipping,
   Store API, REST API, webhooks, cron, and server-to-server requests.
 * Admin settings for limits, CAPTCHA, browser proof mode, IP source, and excluded
   paths.
 * Developer opt-out with `data-rffw-skip="1"` and opt-in for custom admin-post 
   or admin-ajax actions through the `rffw_protected_actions` filter.

The plugin is designed for visible public forms. It does not modify global `fetch`
or `XMLHttpRequest`, does not call third-party APIs, and does not log IP addresses
or submitted form contents.

The JavaScript and CSS files distributed with the plugin are the human-readable 
source files. No minification, bundling, compilation, npm, webpack, or other build
step is required.

### Privacy

The plugin does not collect analytics, does not send data to external services, 
and does not store submitted form contents.

Temporary tokens and hashed rate-limit keys may be stored in WordPress transients
to validate CAPTCHA challenges, browser proof checks, and request frequency. These
temporary values expire automatically.

## ಸ್ಥಾಪನೆ

 1. Upload the plugin folder to `/wp-content/plugins/reycob-form-firewall/`, or install
    it through the WordPress Plugins screen.
 2. Activate **Reycob Form Firewall**.
 3. Go to **Settings > Form Firewall**.
 4. Review the default limits and clear any page cache/CDN cache after activation.
 5. Test your public contact forms, login, registration, comments, product reviews,
    cart, checkout, and payment flow.

## FAQ

### Does it use Google reCAPTCHA or another external service?

No. The CAPTCHA is generated and verified locally by WordPress.

### Does it protect WooCommerce checkout?

No. Checkout, cart, coupons, payment callbacks, shipping calculations, Store API,
and product add-to-cart actions are intentionally excluded so normal store operations
keep working.

### Does it protect WooCommerce reviews?

Yes. Product reviews use the general form protections plus an additional review-
specific spam check.

### Can I exclude a form?

Yes. Add `data-rffw-skip="1"` to the form element. Administrators can also exclude
paths from the settings screen.

### Can developers protect custom AJAX or admin-post actions?

Yes. Use the `rffw_protected_actions` filter to return an array of action names 
that should require the firewall checks.

## ‍ವಿಮರ್ಶೆಗಳು‍

ಈ ಪ್ಲಗಿನ್‌ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.

## ಕೊಡುಗೆದಾರರು & ಡೆವಲಪರ್‌ಗಳು

“Reycob Form Firewall” ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್‌ವೇರ್ ಆಗಿದೆ. ಕೆಳಗಿನ ಜನರು ಈ ಪ್ಲಗಿನ್‌ಗೆ ಕೊಡುಗೆ
ನೀಡಿದ್ದಾರೆ.

ಕೊಡುಗೆದಾರರು

 *   [ Victor Rodriguez ](https://profiles.wordpress.org/reycob38/)

[“Reycob Form Firewall” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.](https://translate.wordpress.org/projects/wp-plugins/reycob-form-firewall)

### ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?

[ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ](https://plugins.trac.wordpress.org/browser/reycob-form-firewall/),
[SVN ರೆಪೊಸಿಟರಿ](https://plugins.svn.wordpress.org/reycob-form-firewall/) ಪರಿಶೀಲಿಸಿ,
ಅಥವಾ [ಅಭಿವೃದ್ಧಿ ಲಾಗ್](https://plugins.trac.wordpress.org/log/reycob-form-firewall/)
ಗೆ [RSS](https://plugins.trac.wordpress.org/log/reycob-form-firewall/?limit=100&mode=stop_on_copy&format=rss)
ಚಂದಾದಾರರಾಗಿ.

## Changelog

#### 1.3.3

 * Use WordPress-generated endpoint paths for admin AJAX, admin post, comments, 
   login, REST, XML-RPC, and admin area detection.
 * Move CAPTCHA styles into a human-readable CSS source file and enqueue it normally.

#### 1.3.2

 * Prepared WordPress.org readme, centralized sanitized request reads, and adjusted
   automated review compatibility.

#### 1.3.1

 * Limited protection scope to public forms, login, registration, comments, and 
   WooCommerce product reviews.
 * Excluded WooCommerce cart, checkout, payments, Store API, webhooks, and license/
   API requests.
 * Removed global request interception and added on-demand CAPTCHA loading.

## ಮೆಟಾ

 *  Version **1.3.3**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **16 ಗಂಟೆಗಳು ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **10 ಕ್ಕಿಂತ ಕಡಿಮೆ**
 *  ವರ್ಡ್ಪ್ರೆಸ್ ಆವೃತ್ತಿ ** 6.0 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  **7.1** ವರೆಗೆ ಪರೀಕ್ಷಿಸಲಾಗಿದೆ
 *  PHP ಆವೃತ್ತಿ ** 7.4 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  Language
 * [English (US)](https://wordpress.org/plugins/reycob-form-firewall/)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [captcha](https://kn.wordpress.org/plugins/tags/captcha/)[forms](https://kn.wordpress.org/plugins/tags/forms/)
   [login security](https://kn.wordpress.org/plugins/tags/login-security/)[spam protection](https://kn.wordpress.org/plugins/tags/spam-protection/)
   [woocommerce](https://kn.wordpress.org/plugins/tags/woocommerce/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.wordpress.org/plugins/reycob-form-firewall/advanced/)

## ರೇಟಿಂಗ್‌ಗಳು

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/reycob-form-firewall/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/reycob-form-firewall/reviews/)

## ಕೊಡುಗೆದಾರರು

 *   [ Victor Rodriguez ](https://profiles.wordpress.org/reycob38/)

## ಬೆಂಬಲ

ಹೇಳಲು ಏನಾದರೂ ಸಿಕ್ಕಿದೆಯೇ? ಸಹಾಯ ಬೇಕೇ?

 [ಬೆಂಬಲ ವೇದಿಕೆಯನ್ನು ವೀಕ್ಷಿಸಿ](https://wordpress.org/support/plugin/reycob-form-firewall/)