freshclam.conf: SafeBrowsing is not supported anymore.

This commit is contained in:
Andrea Dell'Amico 2022-05-30 18:25:18 +02:00
parent 4979969ad4
commit b95e089ded
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 0 additions and 16 deletions

View File

@ -115,7 +115,6 @@ clamav_freshclam_proxy_port: 3128
clamav_freshclam_proxy_user: ''
clamav_freshclam_proxy_pwd: ''
clamav_freshclam_reload_clamd: true
clamav_freshclam_enable_safebrowsing: 'no'
clamav_freshclam_enable_bytecode: 'yes'
# clamav_freshclam_additional_databases:
# - ''

View File

@ -165,21 +165,6 @@ NotifyClamd {{ clamav_clamd_conf_file }}
# Default: 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
# detection mechanisms and improvements to the ClamAV engine.
# Default: enabled