{% extends 'antivirus/safe_browsing/safe_browsing.html' %} {% block toolbar_settings %}class="active"{%endblock%} {% block page_content %}
{% if form.non_field_errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %}
{% csrf_token %}
{{form.api_key}} {% if form.api_key.errors %} {{form.api_key.errors|striptags}} {% else %} Google Safe Browsing unique API key from https://developers.google.com/safe-browsing/v4/get-started. Required. {%endif%}
{{form.deny_url}}
{% if form.deny_url.errors %} {{form.deny_url.errors|striptags}} {% else %} URL to redirect the original request to if this is found to be detected by Google Safe Browsing. Required. For example, http://blocked.example.lan. Please ensure this domain is fully accessible from within your network. Click on the wizard button to use the default blocked page serviced by this UI. {%endif%}
{{form.cache_clean}}
{% if form.cache_clean.errors %} {{form.cache_clean.errors|striptags}} {% else %} Maximum number of seconds to cache clean scan results. Default value is 60 seconds (i.e. clean objects are rescanned after 60 seconds). {%endif%}
{{form.daemon_port}}
{% if form.daemon_port.errors %} {{form.daemon_port.errors|striptags}} {% else %} Specify the port that Web Safety Google Safebrowsing daemon (wsgsbd) is listening on. Default value is 18890. {%endif%}
{% endblock %}