{% extends 'antivirus/application.html' %} {% block navbar_ecap %}class="active"{%endblock%} {% block contents %} {% if is_pfsense %}
Warning! You seem to be running this instance of Web Safety on pfSense. In this case you have to manage antivirus settings using pfSense's Web UI.
{% else %}

eCAP ClamAV{% block header_tab %}{% endblock %}{% block header_subtab %}{% endblock %}

{% block page_comment %}

This option performs anti virus checking of HTTP objects using eCAP ClamAV adapter from e-cap.org. This is the recommended way of deployment. If you have another third party anti virus it is possible to use ICAP integration scheme instead.

{% endblock %}
{% block page_content %}{% endblock %}
{% endif %} {% endblock %}