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

It is possible to limit usage of Google Apps for Business only to specific domains. Web Safety will insert specific request header with list of allowed domains into all requests to Google Apps for Business. See this Google Help topic for more information.

{% if form.non_field_errors %}
{% for error in form.non_field_errors %}{{ error|escape }}{% endfor %}
{% endif %}
{% csrf_token %}
{{form.google_apps_allowed_domains}}
{% if form.google_apps_allowed_domains.errors %} {{form.google_apps_allowed_domains.errors|striptags}} {% else %} Specify domain names to limit Google Apps to separated by comma (for example: altostrat.com, tenorstrat.com) {%endif%}
{% endblock %}