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/.
+
+ - 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
+
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
+