removing 'MD5' referings

This commit is contained in:
Miroslav Stampar 2010-11-17 09:15:40 +00:00
parent 76c3f5768b
commit af92c05930

View File

@ -193,27 +193,23 @@ tamper =
[Detection] [Detection]
# String to match within the page content when the query is valid, only # String to match within the page content when the query is valid, only
# needed if the page content dynamically changes at each refresh, # needed if the page content dynamically changes at each refresh.
# consequently changing the MD5 hash of the page which is the method used # Refer to the user's manual for further details.
# by default to determine if a query was valid or not. Refer to the user's
# manual for further details.
string = string =
# Regular expression to match within the page content when the query is # Regular expression to match within the page content when the query is
# valid, only needed if the needed if the page content dynamically changes # valid, only needed if the needed if the page content dynamically changes
# at each refresh, consequently changing the MD5 hash of the page which is # at each refresh.
# the method used by default to determine if a query was valid or not.
# Refer to the user's manual for further details. # Refer to the user's manual for further details.
# Valid: regular expression with Python syntax # Valid: regular expression with Python syntax
# (http://www.python.org/doc/2.5.2/lib/re-syntax.html) # (http://www.python.org/doc/2.5.2/lib/re-syntax.html)
regexp = regexp =
# String to be excluded by the page content before calculating the page # String to be excluded by the page content before comparing to the original page
# MD5 hash.
eString = eString =
# Regular expression matches to be excluded by the page content before # Regular expression matches to be excluded by the page content before
# calculating the page MD5 hash # comparing to the original page
# Valid: regular expression with Python syntax # Valid: regular expression with Python syntax
# (http://www.python.org/doc/2.5.2/lib/re-syntax.html) # (http://www.python.org/doc/2.5.2/lib/re-syntax.html)
eRegexp = eRegexp =