Skip to content

v0.11.0

Compare
Choose a tag to compare
@mobula9 mobula9 released this 23 Jun 20:57
· 361 commits to main since this release

Add a "Bounce" class to simplify specific implementations

(ex wordpress plugin, magento module etc).

This bounce class handle:

  • The proxies allowlist (to trust the X-Forwarded-For header)
  • Unexpected errors are catched to not block access to the content
  • The wall HTTP responses
  • The captcha business methods (manual refresh of the captcha, form generation, form control)

Add a "Standalone" implementation of the Bounce class

This implementation can be installed to any project using the php flag "auto_prepend_file". You can find a small guide in this release to help you to setup this standalone implementation.