diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-10-27 17:26:22 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-10-27 17:26:22 +0200 |
commit | f2af30f506c9f3ff7c560e4e4af956e1209f27b0 (patch) | |
tree | 25fd1e30a9727bbd93d6c3e260364a4d043b91e7 /src/hydrilla/proxy/web_ui | |
parent | 728fcad5e498ac26b108383d7117ad59ad029fd3 (diff) | |
download | haketilo-hydrilla-f2af30f506c9f3ff7c560e4e4af956e1209f27b0.tar.gz haketilo-hydrilla-f2af30f506c9f3ff7c560e4e4af956e1209f27b0.zip |
[proxy] document script blocking
Diffstat (limited to 'src/hydrilla/proxy/web_ui')
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/rules/index.html.jinja | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/rules/index.html.jinja b/src/hydrilla/proxy/web_ui/templates/rules/index.html.jinja index 57cc8ad..d5d1d07 100644 --- a/src/hydrilla/proxy/web_ui/templates/rules/index.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/rules/index.html.jinja @@ -29,7 +29,10 @@ code in a proprietary work, I am not going to enforce this in court. {% endblock %} {% block main %} - <h3>{{ _('web_ui.rules.heading') }}</h3> + <h3> + {{ _('web_ui.rules.heading') }} + {{ hkt_doc_link('script_blocking') }} + </h3> <a href="{{ url_for('.add_rule') }}" class="green-button block-with-bottom-margin"> |