1. Home
  2. Technical
  3. WAF – Web Application Firewall

WAF – Web Application Firewall

Zone server platform uses ModSecurity and OWASP ModSecurity Core Rule Set (CRS) firewall rules can also be activated via My Zone management.

In My Zone on the service overview page choose Web-hosting on the left, then WebServer, Main Domain Settings, and in the HTTPS section, click modify.

 

Selectively disabling the rules

<IfModule mod_security2.c>
    # Disable rules that interfere with the work of the website
    SecRuleRemoveById 123456 "123460-123470"
</IfModule>
Updated on 28. Jan 2021
Was this article helpful?

Related Articles