Merge pull request #404 from mtisec/patch-1

Fix typos in plugin-tutorial-7.rb
This commit is contained in:
Andrew Horton
2025-10-02 21:02:35 +10:00
committed by GitHub
+2 -2
View File
@@ -120,8 +120,8 @@ Plugin.define do
# Generic CMS has a default favicon that displays the logo of the web application
# In aggressive mdoe, the /favicon.ico path will be fetched
# This matches if the HTTP response body, in this case the favicon.co image, has the follow MD5sum hash.
# In aggressive mode, the /favicon.ico path will be fetched
# This matches if the HTTP response body, in this case the favicon.co image, has the following MD5sum hash.
{ :url => "/favicon.ico", :md5 => '12dead87beef7f00d90cafed82babe5' },