cyberpanel/firewall
usmannasir 0eb8ca0d57 Fix ModSecurity OWASP rules toggle not working on first click
Replace counter-based logic with initialization flags to properly handle
toggle state changes. The previous implementation used counters that would
block the first user click from triggering install/uninstall actions.
2025-11-09 01:20:55 +05:00
..
migrations Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
static/firewall Fix ModSecurity OWASP rules toggle not working on first click 2025-11-09 01:20:55 +05:00
templates/firewall Fix ALL documentation links. 2025-09-08 11:50:35 +02:00
.DS_Store Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
__init__.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
admin.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
firewallManager.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
models.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
pluginManager.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
signals.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
tests.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
urls.py Remove CSF support as it's being discontinued on August 31, 2025 2025-08-11 15:49:31 +05:00
views.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00