slavlee / waf
Web Application Firewall for TYPO3 CMS.
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
Requires
- php: ^8.1
- typo3/cms-core: ^12.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.52.1
- phpunit/phpunit: ^10
- typo3/cms-composer-installers: ^3.1.3 || 4.0.0-RC1 || ^5.0
- typo3/cms-install: ^11.5.24 || ^12.4.2
- typo3/coding-standards: ^0.7.1
- typo3/testing-framework: ^8
This package is auto-updated.
Last update: 2025-03-11 13:56:15 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:
- Admin Tools -> Maintenance -> Flush Injection Cache
- Admin Tools -> Settings -> Configure extensions -> waf. Do your changes and press save.
3 Documentations
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.