{% extends 'squid/exclude/tabs.html' %} {% block exclude_other %}active{%endblock%} {% block header_tab %} / Response Content Type{% endblock %} {% block page_comment %}

HTTP / HTTPS responses with the following Content-Type field are excluded from web filtering, anti malware scanning, authentication and HTTPS decryption.

{% endblock %} {% block box_content %} {% block member_heading%}{%endblock%} {% if form.non_field_errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %}
{% csrf_token %}
{{form.value}} {% if form.value.errors %} {{form.value.errors|striptags}} {% else %} Specify content type to add to exclusion list. For example, image/gif. {%endif%}
{{form.comment}} {% if form.comment.errors %} {{form.comment.errors|striptags}} {% else %} Specify comment for your own use. {%endif%}
{% block cancel_button%} {%endblock%}
{% endblock %}