removed html comment from text match since it could be split up by newlines

This commit is contained in:
Chad Brigance
2021-03-10 17:49:18 +00:00
parent 030acbcac6
commit 51ffc34411
+1 -1
View File
@@ -27,7 +27,7 @@ matches [
# HTML Comment
{ :text=>'<!--TYPO3SEARCH_end-->', :certainty=>75 },
{ :text=>'<!-- This website is powered by TYPO3', :certainty=>75 },
{ :text=>'This website is powered by TYPO3', :certainty=>75 },
{ :search => "headers[set-cookie]", :regexp => /^fe_typo_user/, :name=>"fe_typo_user cookie" },
{ :search => "headers[x-typo3-parsetime]", :regexp => /\d+ms/, :name=>"X-TYPO3-Parsetime header" },