aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/policies/info_pages_templates/js_rule_blocked_info.html.jinja
blob: e84d37165417ceaae82e34477ba722d5bb319f2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{#
SPDX-License-Identifier: CC0-1.0

Proxy info page with information about page with JS blocked by a rule.

This file is part of Hydrilla&Haketilo.

Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
#}
{% extends "js_rule_info.html.jinja" %}

{% block site_policy %}
  {{ format_html_with_rule_url(_('info.js_blocked.html.rule{url}_is_used')) }}
{% endblock %}