slavlee/waf

Web Application Firewall for TYPO3 CMS.

Maintainers

Details

github.com/slavlee/waf

Source

Issues

Fund package maintenance!
Other

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

dev-main 2024-03-29 19:10 UTC

This package is auto-updated.

Last update: 2024-04-11 12:07:55 UTC


README

This is a native TYPO3 extension to increase security of TYPO3 websites. Currently the main focus is to block suspicious HTTP requests in the frontend.

2 Usage

2.1 Installation

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module.

2.2 Installation with composer

composer req slavlee/waf

2.2 Configuration

After installing the extenions you need to do the following steps:

  1. Admin Tools -> Maintenance -> Flush Injection Cache
  2. Admin Tools -> Settings -> Configure extensions -> waf. Do your changes and press save.

3 Documentations

Testing Documentation

4 Changelog

The changelogs can be found inside the CHANGES.md file.

5 Final words

I give my best to make TYPO3 websites as secure as possible. Unfortunately I can't promise or guarantee that your site will be 100% secure. You are still responsible for your website. Please be aware that this WAF my also block valid requests, there is on option to exlude arguments or urls at the moment.