{% extends 'safety/rules/rule.html' %} {% block toolbar_rule_ads %}active{%endblock%} {% block rule_desc %}

Annoyances blocking module tries to block access to well-known web tracking networks, obtrusive scripts and information retrieval code on the web pages thus protecting sensitive information about your browsing history and personal interests.

{%endblock%} {% block rule_content %} {% if form.non_field_errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %}
{% csrf_token %}
{% endblock %}