diff --git a/changedetectionio/blueprint/watchlist/templates/watch-overview-single-row.html b/changedetectionio/blueprint/watchlist/templates/watch-overview-single-row.html index e1f26696f..cddcfe7e3 100644 --- a/changedetectionio/blueprint/watchlist/templates/watch-overview-single-row.html +++ b/changedetectionio/blueprint/watchlist/templates/watch-overview-single-row.html @@ -11,6 +11,9 @@ {%- set checking_now = is_checking_now(watch) -%} {%- set history_n = watch.history_n -%} {%- set favicon = watch.get_favicon_filename() -%} + {# Resolved once per row: each read re-validates the URL and, for a Jinja2 templated + URL, builds a fresh sandboxed environment - see validate_url.py #} + {%- set open_link = watch.open_link -%} {%- set error_texts = watch.compile_error_texts(has_proxies=has_proxies) -%} {%- set system_use_url_watchlist = datastore.data['settings']['application']['ui'].get('use_page_title_in_list') -%} {# Class settings mirrored in changedetectionio/static/js/realtime.js for the frontend #} @@ -48,7 +51,7 @@