From 2a80022cd9307cea5e2a9dfbba2d9fcc23fd5320 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 4 Apr 2021 06:31:42 +0200 Subject: [PATCH] Adding noopener per CodeQL, stop pages from knowing the referer etc --- backend/templates/watch-overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/templates/watch-overview.html b/backend/templates/watch-overview.html index c872bfbb..8332b911 100644 --- a/backend/templates/watch-overview.html +++ b/backend/templates/watch-overview.html @@ -47,7 +47,7 @@ {{ loop.index }} Pause {{watch.title if watch.title is not none else watch.url}} - + {% if watch.last_error is defined and watch.last_error != False %}
{{ watch.last_error }}
{% endif %}