freshclam.conf: SafeBrowsing is not supported anymore.
This commit is contained in:
parent
4979969ad4
commit
b95e089ded
|
@ -115,7 +115,6 @@ clamav_freshclam_proxy_port: 3128
|
||||||
clamav_freshclam_proxy_user: ''
|
clamav_freshclam_proxy_user: ''
|
||||||
clamav_freshclam_proxy_pwd: ''
|
clamav_freshclam_proxy_pwd: ''
|
||||||
clamav_freshclam_reload_clamd: true
|
clamav_freshclam_reload_clamd: true
|
||||||
clamav_freshclam_enable_safebrowsing: 'no'
|
|
||||||
clamav_freshclam_enable_bytecode: 'yes'
|
clamav_freshclam_enable_bytecode: 'yes'
|
||||||
# clamav_freshclam_additional_databases:
|
# clamav_freshclam_additional_databases:
|
||||||
# - ''
|
# - ''
|
||||||
|
|
|
@ -165,21 +165,6 @@ NotifyClamd {{ clamav_clamd_conf_file }}
|
||||||
# Default: yes
|
# Default: yes
|
||||||
#TestDatabases yes
|
#TestDatabases yes
|
||||||
|
|
||||||
# This option enables support for Google Safe Browsing. When activated for
|
|
||||||
# the first time, freshclam will download a new database file
|
|
||||||
# (safebrowsing.cvd) which will be automatically loaded by clamd and
|
|
||||||
# clamscan during the next reload, provided that the heuristic phishing
|
|
||||||
# detection is turned on. This database includes information about websites
|
|
||||||
# that may be phishing sites or possible sources of malware. When using this
|
|
||||||
# option, it is mandatory to run freshclam at least every 30 minutes.
|
|
||||||
# Freshclam uses the ClamAV s mirror infrastructure to distribute the
|
|
||||||
# database and its updates but all the contents are provided under Google
|
|
||||||
# terms of use. See https://www.google.com/transparencyreport/safebrowsing
|
|
||||||
# and https://www.clamav.net/documents/safebrowsing
|
|
||||||
# for more information.
|
|
||||||
# Default: disabled
|
|
||||||
SafeBrowsing {{ clamav_freshclam_enable_safebrowsing }}
|
|
||||||
|
|
||||||
# This option enables downloading of bytecode.cvd, which includes additional
|
# This option enables downloading of bytecode.cvd, which includes additional
|
||||||
# detection mechanisms and improvements to the ClamAV engine.
|
# detection mechanisms and improvements to the ClamAV engine.
|
||||||
# Default: enabled
|
# Default: enabled
|
||||||
|
|
Loading…
Reference in New Issue