Hopp til innhold
WordPress.org

Norsk (Bokmål)

  • Tema
  • Utvidelser
  • Nyheter
  • Om
  • Mønstre
  • Delta
  • Meetups
  • Slack
  • Kontakt
  • Få WordPress
Få WordPress
WordPress.org

Plugin Directory

Reycob Form Firewall

  • Send inn en utvidelse
  • Mine favoritter
  • Logg inn
  • Send inn en utvidelse
  • Mine favoritter
  • Logg inn

Reycob Form Firewall

Av Victor Rodriguez
Last ned
  • Detaljer
  • Omtaler
  • Installering
  • Utvikling
Brukerstøtte

Beskrivelse

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.

Installasjon

  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.

Ofte stilte spørsmål

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.

Vurderinger

Det er ingen omtaler av denne utvidelsen.

Bidragsytere og utviklere

«Reycob Form Firewall» er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen:

Bidragsytere
  • Victor Rodriguez

Oversett «Reycob Form Firewall» til ditt språk.

Interessert i utvikling?

Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.

Endringslogg

1.3.7

  • Render the honeypot as a hidden input so browser autofill and password managers cannot populate it.
  • Reset form rate-limit keys after the autofill compatibility correction.

1.3.6

  • Count only submissions that pass the browser proof and CAPTCHA toward form rate limits.
  • Reset the rate-limit key namespace so false positives from earlier versions do not keep legitimate forms blocked.

1.3.5

  • Use a non-semantic honeypot name and standard autocomplete suppression to prevent browser and password-manager autofill.
  • Ignore the former honeypot field so cached pages using version 1.3.4 no longer trigger false-positive blocks.

1.3.4

  • Prevent browser password managers from filling the hidden honeypot field and causing false-positive blocks.
  • Isolate CAPTCHA hover, focus, and active button states from theme styles.

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.

Meta

  • Versjon 1.3.7
  • Sist oppdatert 2 dager siden
  • Aktive installasjoner 20+
  • WordPress-versjon 6.0 eller nyere
  • Testet opp til 7.1.1
  • PHP-versjon 7.4 eller nyere
  • Språk
    English (US)
  • Stikkord
    captchaformslogin securityspam protectionwoocommerce
  • Avansert visning

Vurderinger

Ingen omtaler er sendt inn ennå.

Din omtale

Se alle omtalene

Bidragsytere

  • Victor Rodriguez

Brukerstøtte

Har du noe å si? Trenger du hjelp?

Vis brukerstøtteforumet

  • Om
  • Nyheter
  • Hosting
  • Personvern
  • Fremvisning
  • Temaer
  • Utvidelser
  • Mønstre
  • Lær
  • Brukerstøtte
  • Utviklere
  • WordPress.tv ↗
  • Bli involvert
  • Arrangementer
  • Doner ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Norsk (Bokmål)

  • Besøk vår konto på X
  • Visit our Bluesky account
  • Besøk vår Mastodon-konto
  • Visit our Threads account
  • Besøk vår Facebook-side
  • Besøk vår Instagram-konto
  • Besøk vår LinkedIn-konto
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
Kode er poesi.
The WordPress® trademark is the intellectual property of the WordPress Foundation.