From bc7422763541c422b0585d1cddd39a78ad59344e Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 5 Jan 2022 20:42:45 +0100 Subject: [PATCH] Clarify notice/messages around changing ignore text --- changedetectionio/templates/edit.html | 7 +++++-- changedetectionio/templates/settings.html | 9 +++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index 466b7318..8fb2e1b6 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -109,8 +109,11 @@ User-Agent: wonderbra 1.0") }} /some.regex\d{2}/ for case-INsensitive regex ") }} - Each line processed separately, any line matching will be ignored.
- Regular Expression support, wrap the line in forward slash /regex/. +
diff --git a/changedetectionio/templates/settings.html b/changedetectionio/templates/settings.html index 69c80686..385638b2 100644 --- a/changedetectionio/templates/settings.html +++ b/changedetectionio/templates/settings.html @@ -83,8 +83,13 @@ /some.regex\d{2}/ for case-INsensitive regex ") }} Note: This is applied globally in addition to the per-watch rules.
- Each line processed separately, any line matching will be ignored.
- Regular Expression support, wrap the line in forward slash /regex/. + +
    +
  • Note: This is applied globally in addition to the per-watch rules.
  • +
  • Each line processed separately, any line matching will be ignored (removed before creating the checksum)
  • +
  • Regular Expression support, wrap the line in forward slash /regex/
  • +
  • Changing this will affect the comparison checksum which may trigger an alert
  • +