{% extends 'safety/rules/rulecategorybase.html' %} {% block rule_desc %}

Dynamic categorization allows to classify requests and reponses in real time. Classification is done based on textual contents of response pages or request parameters.

{%endblock%} {% block rule_content %} {% block member_heading%}{%endblock%} {% if form.non_field_errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %}
{% csrf_token %}
{{form.classify_type}} {% if form.classify_type.errors %} {{form.classify_type.errors|striptags}} {% else %} Specify what categories of sites are to be classified in real time. Default value is Unknown and Untrusted Sites, meaning that all sites with unknown and untrusted categories are classified. {%endif%}
The following dynamic categorization modules are available. More and more modules are added with each release of the application.
 
   
{% endblock %}