{% extends 'safety/exclusions/form.html' %} {% block toolbar_exclusion_name %}class="active"{%endblock%} {% block exclusion_heading%}

Disables filtering for trusted domains based on their domain name. Prepend domain name with "." (dot) to disable filtering on all subdomains of a given domain. Wildcards in domain names are not supported.

{%endblock%} {% block value_name%}Domain Name{%endblock%} {% block value_help%}Specify domain name to exclude from filtering. For example, to disable filtering on Microsoft Windows update servers type .windowsupdate.com{%endblock%} {% block comment_name%}Comment{%endblock%} {% block comment_help%}Specify comment for your own use.{%endblock%} {% block cancel_href%}{% url 'wf:ViewExclusionDomainList' policy.pk %}{%endblock%}