{% extends 'safety/settings/settings.html' %} {% block toolbar_categories %}class="active"{%endblock%} {% block settings_content %}

The following list shows trusted site categories. If a given site is known to be part of a trusted category then all HTML pages on this site are not scanned with adult language detection module. This helps to reduce the excessive blocking on sites which rarely contain explicit adult only materials - like government sites, wikipedia or sites of financial institutions.

{% if form.non_field_errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %}
{% csrf_token %}
 
 
 
Reset To Default
{% endblock %}