diff options
Diffstat (limited to 'config/havp/havp.xml')
-rw-r--r-- | config/havp/havp.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/config/havp/havp.xml b/config/havp/havp.xml index c7841956..df03fca9 100644 --- a/config/havp/havp.xml +++ b/config/havp/havp.xml @@ -170,7 +170,7 @@ <fieldname>whitelist</fieldname> <description> Enter each destination url on a new line that will be accessable to the users without scanning. - Use '*' symbol for mask. Example: *.pfsense.com/*, *sourceforge.net/*clamav-*, */*.xml, */*.inc + Use '*' symbol for mask. Example: *.github.com/*, *sourceforge.net/*clamav-*, */*.xml, */*.inc </description> <type>textarea</type> <cols>60</cols> @@ -267,6 +267,13 @@ <type>checkbox</type> </field> <field> + <fielddescr>Scan Broken Executables</fielddescr> + <fieldname>scanbrokenexe</fieldname> + <description>Check this to enable the Heuristic Broken Executable scan.</description> + <type>checkbox</type> + <default_value>on</default_value> + </field> + <field> <fielddescr>Log</fielddescr> <fieldname>log</fieldname> <description>Check this for enable log.</description> |