Skip to content

Commit

Permalink
Improved powered by match with regex provided by urbanadventurer
Browse files Browse the repository at this point in the history
  • Loading branch information
definity committed Mar 11, 2021
1 parent 51ffc34 commit 4f176dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/typo3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@

# HTML Comment
{ :text=>'<!--TYPO3SEARCH_end-->', :certainty=>75 },
{ :text=>'This website is powered by TYPO3', :certainty=>75 },
{ :name=>"Powered by HTML comment", :regexp=>/<!--\W+This website is powered by TYPO3/ },

# Header Checks
{ :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" },

Expand Down

0 comments on commit 4f176dd

Please sign in to comment.