{% extends 'safety/application.html' %} {% block navbar_policies %}class="active"{%endblock%} {% block contents %}

Web Filtering Policies

{% if not is_pfsense %} {% if bumpmode.value != 1 %}
HTTPS decryption is {% if bumpmode.value == 0 %}disabled{%else%}set to targeted mode{%endif%}. Web filtering may not be as effective as desired. If possible and allowed, switch the blanket HTTPS decryption on.
{% endif %} {%endif%}

Policies are used to organize proxy users into groups (based on their User Name, IP Address, Range or Subnet and LDAP or ActiveDirectory OUs) and apply common filtering settings to them. Such a pair of members and rules applied to them constitutes a Filtering Policy. As an example consider having two groups of proxy users - students and teachers. Teachers would like to block web site ads and students should not be able to get access to adult web sites. To solve the problem we create two policies - Strict and Relaxed, adjust blocking rules as needed and then assign teachers to the "Relaxed" policy and students to the "Strict" one.

Available Policies

{% for object in object_list %}

{{object.name|title}} {%if not object.advanced.enable%}disabled{%endif%} {%if object.name != 'default'%}
{% csrf_token %} Priority: {{object.priority}}  
{%endif%}

{{object.advanced.comment}}

{% endfor %}
Add New Policy
{% endblock %}