{% extends 'antivirus/application.html' %} {% block navbar_malware %}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 %}

Safe Browsing {% block header_tab %}Experimental Feature{% endblock %}{% block header_subtab %}{% endblock %}

{% block page_comment %}

Google Safe Browsing protects proxy clients by showing warnings to users when they attempt to navigate to dangerous sites or download dangerous files. If enabled, every URL accessed through this proxy will be checked by Safe Browsing Update API v4. See online documentation for possible pitfalls and drawbacks before enabling this feature!

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